summaryrefslogtreecommitdiffstats
path: root/chrome/views/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/button.h')
-rw-r--r--chrome/views/button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/button.h b/chrome/views/button.h
index 77e4930..814bf94 100644
--- a/chrome/views/button.h
+++ b/chrome/views/button.h
@@ -8,7 +8,7 @@
#include "chrome/views/base_button.h"
#include "skia/include/SkBitmap.h"
-namespace ChromeViews {
+namespace views {
class MouseEvent;
@@ -128,7 +128,7 @@ class ToggleButton : public Button {
DISALLOW_EVIL_CONSTRUCTORS(ToggleButton);
};
-} // namespace
+} // namespace views
#endif // CHROME_VIEWS_BUTTON_H_