diff options
Diffstat (limited to 'chrome/views/container.h')
-rw-r--r-- | chrome/views/container.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/container.h b/chrome/views/container.h index b4d6e29..e10b409 100644 --- a/chrome/views/container.h +++ b/chrome/views/container.h @@ -14,7 +14,7 @@ class CRect; } using WTL::CRect; -namespace ChromeViews { +namespace views { class RootView; class TooltipManager; @@ -79,7 +79,7 @@ class Container { Accelerator* accelerator) = 0; }; -} // namespace ChromeViews +} // namespace views #endif // CHROME_VIEWS_VIEW_CONTAINER_H_ |