diff options
Diffstat (limited to 'chrome/views/view_storage.cc')
-rw-r--r-- | chrome/views/view_storage.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/view_storage.cc b/chrome/views/view_storage.cc index 8463b16..f19c5c4 100644 --- a/chrome/views/view_storage.cc +++ b/chrome/views/view_storage.cc @@ -9,7 +9,7 @@ #include "chrome/common/notification_types.h" #include "chrome/common/stl_util-inl.h" -namespace ChromeViews { +namespace views { ViewStorage* ViewStorage::shared_instance_ = NULL; @@ -203,5 +203,5 @@ void ViewStorage::Observe(NotificationType type, EraseView((*ids)[0], true); } -} +} // namespace views |