summaryrefslogtreecommitdiffstats
path: root/chrome/views/custom_frame_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/custom_frame_window.h')
-rw-r--r--chrome/views/custom_frame_window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/custom_frame_window.h b/chrome/views/custom_frame_window.h
index fbaff21..3f3b3b1 100644
--- a/chrome/views/custom_frame_window.h
+++ b/chrome/views/custom_frame_window.h
@@ -9,7 +9,7 @@
#include "chrome/views/window.h"
#include "chrome/views/window_delegate.h"
-namespace ChromeViews {
+namespace views {
class NonClientView;
@@ -80,7 +80,7 @@ class CustomFrameWindow : public Window {
DISALLOW_EVIL_CONSTRUCTORS(CustomFrameWindow);
};
-}
+} // namespace views
#endif // CHROME_VIEWS_CUSTOM_FRAME_WINDOW_H__