Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Unified Diff: ash/wm/drag_window_controller.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/dock/docked_window_resizer_unittest.cc ('k') | ash/wm/drag_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/drag_window_controller.h
diff --git a/ash/wm/drag_window_controller.h b/ash/wm/drag_window_controller.h
index 50020a1dfd30bba36d50457071fb99d3d8cf5ae2..c5d8b4bb257b508fe132efb37c5f69d891c9b6ed 100644
--- a/ash/wm/drag_window_controller.h
+++ b/ash/wm/drag_window_controller.h
@@ -26,7 +26,6 @@ class Widget;
}
namespace ash {
-namespace internal {
// DragWindowController is responsible for showing a semi-transparent window
// while dragging a window across displays.
@@ -91,7 +90,6 @@ class ASH_EXPORT DragWindowController {
DISALLOW_COPY_AND_ASSIGN(DragWindowController);
};
-} // namespace internal
} // namespace ash
#endif // ASH_WM_DRAG_WINDOW_CONTROLLER_H_
« no previous file with comments | « ash/wm/dock/docked_window_resizer_unittest.cc ('k') | ash/wm/drag_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698