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

Unified Diff: ash/wm/common/workspace/workspace_types.h

Issue 1901773002: Removes most of aura dependencies from DefaultState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wm_window_positioner
Patch Set: nit and merge Created 4 years, 8 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/common/wm_window.h ('k') | ash/wm/default_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/workspace/workspace_types.h
diff --git a/ash/wm/workspace/workspace_types.h b/ash/wm/common/workspace/workspace_types.h
similarity index 76%
rename from ash/wm/workspace/workspace_types.h
rename to ash/wm/common/workspace/workspace_types.h
index 9572a328d8b648f00d1abd04f00ad7411f6f9710..dadd70f1d2bf37a39cf9b8163df373728d353822 100644
--- a/ash/wm/workspace/workspace_types.h
+++ b/ash/wm/common/workspace/workspace_types.h
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_WORKSPACE_WORKSPACE_TYPES_H_
-#define ASH_WM_WORKSPACE_WORKSPACE_TYPES_H_
+#ifndef ASH_WM_COMMON_WORKSPACE_WORKSPACE_TYPES_H_
+#define ASH_WM_COMMON_WORKSPACE_WORKSPACE_TYPES_H_
namespace ash {
+namespace wm {
// Enumeration of the possible window states.
enum WorkspaceWindowState {
@@ -22,6 +23,7 @@ enum WorkspaceWindowState {
WORKSPACE_WINDOW_STATE_DEFAULT,
};
+} // namespace wm
} // namespace ash
-#endif // ASH_WM_WORKSPACE_WORKSPACE_TYPES_H_
+#endif // ASH_WM_COMMON_WORKSPACE_WORKSPACE_TYPES_H_
« no previous file with comments | « ash/wm/common/wm_window.h ('k') | ash/wm/default_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698