summaryrefslogtreecommitdiffstats
path: root/chrome/views/tabbed_pane.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/tabbed_pane.h')
-rw-r--r--chrome/views/tabbed_pane.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/tabbed_pane.h b/chrome/views/tabbed_pane.h
index d518a4e..fc30765 100644
--- a/chrome/views/tabbed_pane.h
+++ b/chrome/views/tabbed_pane.h
@@ -7,7 +7,7 @@
#include "chrome/views/native_control.h"
-namespace ChromeViews {
+namespace views {
// The TabbedPane class is a view that shows tabs. When the user clicks on a
// tab, the associated view is displayed.
@@ -83,6 +83,6 @@ class TabbedPane : public NativeControl {
DISALLOW_EVIL_CONSTRUCTORS(TabbedPane);
};
-}
+} // namespace views
#endif // #define CHROME_VIEWS_TABBED_PANE_H__