summaryrefslogtreecommitdiffstats
path: root/chrome/views/root_view_drop_target.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/root_view_drop_target.h')
-rw-r--r--chrome/views/root_view_drop_target.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/root_view_drop_target.h b/chrome/views/root_view_drop_target.h
index 8764689..9c2bd4d 100644
--- a/chrome/views/root_view_drop_target.h
+++ b/chrome/views/root_view_drop_target.h
@@ -16,7 +16,7 @@ namespace gfx {
class Point;
}
-namespace ChromeViews {
+namespace views {
class RootView;
class View;
@@ -70,7 +70,7 @@ class RootViewDropTarget : public BaseDropTarget {
DISALLOW_EVIL_CONSTRUCTORS(RootViewDropTarget);
};
-} // namespace
+} // namespace views
#endif // CHROME_VIEWS_ROOT_VIEW_DROP_TARGET_H__