summaryrefslogtreecommitdiffstats
path: root/chrome/views/view_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/view_storage.h')
-rw-r--r--chrome/views/view_storage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/view_storage.h b/chrome/views/view_storage.h
index 38487c2..b343139 100644
--- a/chrome/views/view_storage.h
+++ b/chrome/views/view_storage.h
@@ -21,7 +21,7 @@
// To use it, you first need to create a view storage id that can then be used
// to store/retrieve views.
-namespace ChromeViews {
+namespace views {
struct ViewLocationInfo;
@@ -75,7 +75,7 @@ class ViewStorage : public NotificationObserver {
DISALLOW_EVIL_CONSTRUCTORS(ViewStorage);
};
-}
+} // namespace views
#endif // #ifndef CHROME_VIEWS_VIEW_STORAGE_H__