diff options
Diffstat (limited to 'chrome/views/hwnd_view.h')
-rw-r--r-- | chrome/views/hwnd_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/hwnd_view.h b/chrome/views/hwnd_view.h index bf2a2e2..701d228 100644 --- a/chrome/views/hwnd_view.h +++ b/chrome/views/hwnd_view.h @@ -9,7 +9,7 @@ #include "chrome/views/view.h" -namespace ChromeViews { +namespace views { ///////////////////////////////////////////////////////////////////////////// // @@ -93,7 +93,7 @@ class HWNDView : public View { View* focus_view_; }; -} +} // namespace views #endif // CHROME_VIEWS_HWND_VIEW_H__ |