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

Unified Diff: ash/wm/workspace/two_step_edge_cycler.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/workspace/phantom_window_controller_unittest.cc ('k') | ash/wm/workspace/two_step_edge_cycler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/two_step_edge_cycler.h
diff --git a/ash/wm/workspace/two_step_edge_cycler.h b/ash/wm/workspace/two_step_edge_cycler.h
index 007eda71e1c2475bf255b49591cce2d477f2e337..ffa16209ec4bdb1d02baad605db828f3c9061072 100644
--- a/ash/wm/workspace/two_step_edge_cycler.h
+++ b/ash/wm/workspace/two_step_edge_cycler.h
@@ -12,8 +12,6 @@
namespace ash {
-namespace internal {
-
// TwoStepEdgeCycler is responsible for cycling between two modes when the mouse
// is at the edge of the workspace. The cycler does not loop so it is impossible
// to get back to the first mode once the second mode is reached.
@@ -46,7 +44,6 @@ class ASH_EXPORT TwoStepEdgeCycler {
DISALLOW_COPY_AND_ASSIGN(TwoStepEdgeCycler);
};
-} // namespace internal
} // namespace ash
#endif // ASH_WM_WORKSPACE_TWO_STEP_EDGE_CYCLER_H_
« no previous file with comments | « ash/wm/workspace/phantom_window_controller_unittest.cc ('k') | ash/wm/workspace/two_step_edge_cycler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698