diff options
Diffstat (limited to 'chrome/views/native_scroll_bar.cc')
-rw-r--r-- | chrome/views/native_scroll_bar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/native_scroll_bar.cc b/chrome/views/native_scroll_bar.cc index 5d69c43..fb10520 100644 --- a/chrome/views/native_scroll_bar.cc +++ b/chrome/views/native_scroll_bar.cc @@ -14,7 +14,7 @@ #include "chrome/views/container.h" #include "chrome/views/hwnd_view.h" -namespace ChromeViews { +namespace views { ///////////////////////////////////////////////////////////////////////////// // @@ -350,5 +350,5 @@ int NativeScrollBar::GetVerticalScrollBarWidth() { return ::GetSystemMetrics(SM_CXVSCROLL); } -} +} // namespace views |