Index: ash/wm/window_state.h |
diff --git a/ash/common/wm/window_state.h b/ash/wm/window_state.h |
similarity index 98% |
rename from ash/common/wm/window_state.h |
rename to ash/wm/window_state.h |
index 53a5c159896772ae3b92705902db981d45830512..37cf627906180fca34a203d5dbb717067cb5195a 100644 |
--- a/ash/common/wm/window_state.h |
+++ b/ash/wm/window_state.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_COMMON_WM_WINDOW_STATE_H_ |
-#define ASH_COMMON_WM_WINDOW_STATE_H_ |
+#ifndef ASH_WM_WINDOW_STATE_H_ |
+#define ASH_WM_WINDOW_STATE_H_ |
#include <memory> |
#include "ash/ash_export.h" |
-#include "ash/common/wm/drag_details.h" |
-#include "ash/common/wm/wm_types.h" |
+#include "ash/wm/drag_details.h" |
+#include "ash/wm/wm_types.h" |
#include "base/gtest_prod_util.h" |
#include "base/macros.h" |
#include "base/observer_list.h" |
@@ -394,4 +394,4 @@ class ASH_EXPORT WindowState { |
} // namespace wm |
} // namespace ash |
-#endif // ASH_COMMON_WM_WINDOW_STATE_H_ |
+#endif // ASH_WM_WINDOW_STATE_H_ |