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

Unified Diff: ash/wm/common/default_state.h

Issue 1921353002: Moves handful of files to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shell_ids
Patch Set: merge to trunk 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/background_animator.cc ('k') | ash/wm/common/default_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/default_state.h
diff --git a/ash/wm/default_state.h b/ash/wm/common/default_state.h
similarity index 94%
rename from ash/wm/default_state.h
rename to ash/wm/common/default_state.h
index 6d81d7e57add7dc282e2bc786ec1220479049d0c..8e5be0139010752ad3eb2232b22f2ad615aadd3a 100644
--- a/ash/wm/default_state.h
+++ b/ash/wm/common/default_state.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_DEFAULT_STATE_H_
-#define ASH_WM_DEFAULT_STATE_H_
+#ifndef ASH_WM_COMMON_DEFAULT_STATE_H_
+#define ASH_WM_COMMON_DEFAULT_STATE_H_
-#include "ash/wm/window_state.h"
+#include "ash/wm/common/window_state.h"
#include "base/macros.h"
#include "ui/gfx/display.h"
#include "ui/gfx/geometry/rect.h"
@@ -79,4 +79,4 @@ class DefaultState : public WindowState::State {
} // namespace wm
} // namespace ash
-#endif // ASH_WM_DEFAULT_STATE_H_
+#endif // ASH_WM_COMMON_DEFAULT_STATE_H_
« no previous file with comments | « ash/wm/common/background_animator.cc ('k') | ash/wm/common/default_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698