summaryrefslogtreecommitdiffstats
path: root/chrome/views/native_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/native_control.h')
-rw-r--r--chrome/views/native_control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/native_control.h b/chrome/views/native_control.h
index 29a57cf..6831069 100644
--- a/chrome/views/native_control.h
+++ b/chrome/views/native_control.h
@@ -7,7 +7,7 @@
#include "chrome/views/view.h"
-namespace ChromeViews {
+namespace views {
class HWNDView;
class NativeControlContainer;
@@ -120,7 +120,7 @@ class NativeControl : public View {
DISALLOW_EVIL_CONSTRUCTORS(NativeControl);
};
-}
+} // namespace views
#endif // CHROME_VIEWS_NATIVE_CONTROL_H__