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

Unified Diff: ash/wm/dock/dock_types.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/default_state.cc ('k') | ash/wm/dock/docked_window_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/dock/dock_types.h
diff --git a/ash/wm/dock/dock_types.h b/ash/wm/dock/dock_types.h
index e2ebaab1f75bd993632afd60cdef3970fdf7a958..c203a67f6ade075e096f17a40e9d2eb65b557e9f 100644
--- a/ash/wm/dock/dock_types.h
+++ b/ash/wm/dock/dock_types.h
@@ -7,8 +7,6 @@
namespace ash {
-namespace internal {
-
// Possible values of which side of the screen the windows are docked at.
// This is used by DockedwindowLayoutManager and DockedWindowResizer to
// implement docking behavior including magnetism while dragging windows into
@@ -49,7 +47,6 @@ enum DockedActionSource {
DOCKED_ACTION_SOURCE_COUNT,
};
-} // namespace internal
} // namespace ash
#endif // ASH_WM_DOCK_DOCK_TYPES_H_
« no previous file with comments | « ash/wm/default_state.cc ('k') | ash/wm/dock/docked_window_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698