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

Unified Diff: ash/wm/workspace/magnetism_matcher.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/window_state.cc ('k') | ash/wm/workspace/magnetism_matcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/magnetism_matcher.h
diff --git a/ash/wm/workspace/magnetism_matcher.h b/ash/wm/workspace/magnetism_matcher.h
index ff1f52810e9b2d1801f4eb27deb843c2c3a2830b..5c17c7a587c1db2a25cb20596db17e86c6defb47 100644
--- a/ash/wm/workspace/magnetism_matcher.h
+++ b/ash/wm/workspace/magnetism_matcher.h
@@ -15,7 +15,6 @@
#include "ui/gfx/rect.h"
namespace ash {
-namespace internal {
enum MagnetismEdge {
MAGNETISM_EDGE_TOP = 1 << 0,
@@ -185,7 +184,6 @@ class ASH_EXPORT MagnetismMatcher {
DISALLOW_COPY_AND_ASSIGN(MagnetismMatcher);
};
-} // namespace internal
} // namespace ash
#endif // ASH_WM_WORKSPACE_MAGNETISM_MATCHER_H_
« no previous file with comments | « ash/wm/window_state.cc ('k') | ash/wm/workspace/magnetism_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698