Index: ui/wm/core/wm_state.h |
diff --git a/ui/views/corewm/wm_state.h b/ui/wm/core/wm_state.h |
similarity index 79% |
rename from ui/views/corewm/wm_state.h |
rename to ui/wm/core/wm_state.h |
index e8a09f265adb85be2936c511d4b2113ea0c9244f..f3573e026a0ddc97c1dec276eb166ac555b96342 100644 |
--- a/ui/views/corewm/wm_state.h |
+++ b/ui/wm/core/wm_state.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_VIEWS_COREWM_WM_STATE_H_ |
-#define UI_VIEWS_COREWM_WM_STATE_H_ |
+#ifndef UI_WM_CORE_WM_STATE_H_ |
+#define UI_WM_CORE_WM_STATE_H_ |
#include "base/memory/scoped_ptr.h" |
-#include "ui/views/views_export.h" |
+#include "ui/wm/core/wm_core_export.h" |
namespace views { |
namespace corewm { |
@@ -15,7 +15,7 @@ class TransientWindowController; |
class TransientWindowStackingClient; |
// Installs state needed by the window manager. |
-class VIEWS_EXPORT WMState { |
+class WM_CORE_EXPORT WMState { |
public: |
WMState(); |
~WMState(); |
@@ -31,4 +31,4 @@ class VIEWS_EXPORT WMState { |
} // namespace corewm |
} // namespace views |
-#endif // UI_VIEWS_COREWM_WM_STATE_H_ |
+#endif // UI_WM_CORE_WM_STATE_H_ |