summaryrefslogtreecommitdiffstats
path: root/chrome/views/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/label.h')
-rw-r--r--chrome/views/label.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/views/label.h b/chrome/views/label.h
index 034abee..c65dea5 100644
--- a/chrome/views/label.h
+++ b/chrome/views/label.h
@@ -10,7 +10,7 @@
#include "googleurl/src/gurl.h"
#include "SkColor.h"
-namespace ChromeViews {
+namespace views {
/////////////////////////////////////////////////////////////////////////////
//
@@ -171,6 +171,7 @@ class Label : public View {
scoped_ptr<Background> mouse_over_background_;
};
-}
+} // namespace views
+
#endif // CHROME_VIEWS_VIEW_H__