summaryrefslogtreecommitdiffstats
path: root/chrome/views/non_client_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/non_client_view.cc')
-rw-r--r--chrome/views/non_client_view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/non_client_view.cc b/chrome/views/non_client_view.cc
index ff91dff..63fcd34 100644
--- a/chrome/views/non_client_view.cc
+++ b/chrome/views/non_client_view.cc
@@ -4,7 +4,7 @@
#include "chrome/views/non_client_view.h"
-namespace ChromeViews {
+namespace views {
int NonClientView::GetHTComponentForFrame(const gfx::Point& point,
int resize_area_size,
@@ -53,5 +53,5 @@ int NonClientView::GetHTComponentForFrame(const gfx::Point& point,
return HTNOWHERE;
}
-} // namespace ChromeViews
+} // namespace views