Index: ui/wm/core/transient_window_manager.h |
diff --git a/ui/views/corewm/transient_window_manager.h b/ui/wm/core/transient_window_manager.h |
similarity index 93% |
rename from ui/views/corewm/transient_window_manager.h |
rename to ui/wm/core/transient_window_manager.h |
index 93404ddb37295e306a11e3f2f7c1379d08f5da35..bd4ef0275ff3c0d8619327eddf9f0925e9b3e0b8 100644 |
--- a/ui/views/corewm/transient_window_manager.h |
+++ b/ui/wm/core/transient_window_manager.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 UI_VIEWS_COREWM_TRANSIENT_WINDOW_MANAGER_H_ |
-#define UI_VIEWS_COREWM_TRANSIENT_WINDOW_MANAGER_H_ |
+#ifndef UI_WM_CORE_TRANSIENT_WINDOW_MANAGER_H_ |
+#define UI_WM_CORE_TRANSIENT_WINDOW_MANAGER_H_ |
#include <vector> |
#include "base/observer_list.h" |
#include "ui/aura/window_observer.h" |
-#include "ui/views/views_export.h" |
+#include "ui/wm/core/wm_core_export.h" |
namespace views { |
namespace corewm { |
@@ -27,7 +27,7 @@ class TransientWindowObserver; |
// Transient windows are typically used for popups and menus. |
// TODO(sky): when we nuke TransientWindowClient rename this to |
// TransientWindowController. |
-class VIEWS_EXPORT TransientWindowManager : public aura::WindowObserver { |
+class WM_CORE_EXPORT TransientWindowManager : public aura::WindowObserver { |
public: |
typedef std::vector<aura::Window*> Windows; |
@@ -101,4 +101,4 @@ class VIEWS_EXPORT TransientWindowManager : public aura::WindowObserver { |
} // namespace corewm |
} // namespace views |
-#endif // UI_VIEWS_COREWM_TRANSIENT_WINDOW_MANAGER_H_ |
+#endif // UI_WM_CORE_TRANSIENT_WINDOW_MANAGER_H_ |