Rename ChromeViews namespace to views
http://crbug.com/2188
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3495 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
index 24a3098..9ff0b7b 100644
--- a/chrome/browser/browser_process_impl.cc
+++ b/chrome/browser/browser_process_impl.cc
@@ -183,7 +183,7 @@
print_job_manager_.reset();
// The ViewStorage needs to go before the NotificationService.
- ChromeViews::ViewStorage::DeleteSharedInstance();
+ views::ViewStorage::DeleteSharedInstance();
// Now OK to destroy NotificationService.
main_notification_service_.reset();
@@ -341,8 +341,8 @@
void BrowserProcessImpl::CreateAcceleratorHandler() {
DCHECK(accelerator_handler_.get() == NULL);
- scoped_ptr<ChromeViews::AcceleratorHandler> accelerator_handler(
- new ChromeViews::AcceleratorHandler);
+ scoped_ptr<views::AcceleratorHandler> accelerator_handler(
+ new views::AcceleratorHandler);
accelerator_handler_.swap(accelerator_handler);
}