Index: ui/wm/core/transient_window_controller.h |
diff --git a/ui/views/corewm/transient_window_controller.h b/ui/wm/core/transient_window_controller.h |
similarity index 81% |
rename from ui/views/corewm/transient_window_controller.h |
rename to ui/wm/core/transient_window_controller.h |
index 88d473d2267e95d8343a9772520bb1d636193c01..01a8de2f9ea11370dc80e55da0d096ec015e6ef1 100644 |
--- a/ui/views/corewm/transient_window_controller.h |
+++ b/ui/wm/core/transient_window_controller.h |
@@ -2,18 +2,18 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_VIEWS_COREWM_TRANSIENT_WINDOW_CONTROLLER_H_ |
-#define UI_VIEWS_COREWM_TRANSIENT_WINDOW_CONTROLLER_H_ |
+#ifndef UI_WM_CORE_TRANSIENT_WINDOW_CONTROLLER_H_ |
+#define UI_WM_CORE_TRANSIENT_WINDOW_CONTROLLER_H_ |
#include "ui/aura/client/transient_window_client.h" |
-#include "ui/views/views_export.h" |
+#include "ui/wm/core/wm_core_export.h" |
namespace views { |
namespace corewm { |
// TransientWindowClient implementation. Uses TransientWindowManager to handle |
// tracking transient per window. |
-class VIEWS_EXPORT TransientWindowController |
+class WM_CORE_EXPORT TransientWindowController |
: public aura::client::TransientWindowClient { |
public: |
TransientWindowController(); |
@@ -35,4 +35,4 @@ class VIEWS_EXPORT TransientWindowController |
} // namespace corewm |
} // namespace views |
-#endif // UI_VIEWS_COREWM_TRANSIENT_WINDOW_CONTROLLER_H_ |
+#endif // UI_WM_CORE_TRANSIENT_WINDOW_CONTROLLER_H_ |