summaryrefslogtreecommitdiffstats
path: root/chrome/views/bitmap_scroll_bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/bitmap_scroll_bar.h')
-rw-r--r--chrome/views/bitmap_scroll_bar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/bitmap_scroll_bar.h b/chrome/views/bitmap_scroll_bar.h
index 24a1a18..1c3f46f 100644
--- a/chrome/views/bitmap_scroll_bar.h
+++ b/chrome/views/bitmap_scroll_bar.h
@@ -10,7 +10,7 @@
#include "chrome/views/repeat_controller.h"
#include "chrome/views/scroll_bar.h"
-namespace ChromeViews {
+namespace views {
namespace {
class BitmapScrollBarThumb;
@@ -178,7 +178,7 @@ class BitmapScrollBar : public ScrollBar,
DISALLOW_EVIL_CONSTRUCTORS(BitmapScrollBar);
};
-}
+} // namespace views
#endif // #ifndef CHROME_VIEWS_BITMAP_SCROLL_BAR_H__