summaryrefslogtreecommitdiffstats
path: root/chrome/views/tooltip_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/tooltip_manager.h')
-rw-r--r--chrome/views/tooltip_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/tooltip_manager.h b/chrome/views/tooltip_manager.h
index b48ddeb..5050923 100644
--- a/chrome/views/tooltip_manager.h
+++ b/chrome/views/tooltip_manager.h
@@ -11,7 +11,7 @@
class ChromeFont;
-namespace ChromeViews {
+namespace views {
class Container;
class View;
@@ -158,6 +158,6 @@ class TooltipManager {
DISALLOW_EVIL_CONSTRUCTORS(TooltipManager);
};
-} // namespace ChromeViews
+} // namespace views
#endif // CHROME_VIEWS_TOOLTIP_MANAGER_H_