summaryrefslogtreecommitdiffstats
path: root/chrome/views/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/background.h')
-rw-r--r--chrome/views/background.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/views/background.h b/chrome/views/background.h
index 300a591..2255d50 100644
--- a/chrome/views/background.h
+++ b/chrome/views/background.h
@@ -12,7 +12,7 @@
class ChromeCanvas;
-namespace ChromeViews {
+namespace views {
class Painter;
class View;
@@ -75,6 +75,7 @@ class Background {
DISALLOW_EVIL_CONSTRUCTORS(Background);
};
-}
+} // namespace views
+
#endif // CHROME_VIEWS_BACKGROUND_H__