Index: ui/wm/core/visibility_controller.h |
diff --git a/ui/views/corewm/visibility_controller.h b/ui/wm/core/visibility_controller.h |
similarity index 84% |
rename from ui/views/corewm/visibility_controller.h |
rename to ui/wm/core/visibility_controller.h |
index ec489822f66e0903711bf0ebac362ece5ca9c347..3a08aa364c8e445086ffe2c54a601d9493da6ba1 100644 |
--- a/ui/views/corewm/visibility_controller.h |
+++ b/ui/wm/core/visibility_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_VISIBILITY_CONTROLLER_H_ |
-#define UI_VIEWS_COREWM_VISIBILITY_CONTROLLER_H_ |
+#ifndef UI_WM_CORE_VISIBILITY_CONTROLLER_H_ |
+#define UI_WM_CORE_VISIBILITY_CONTROLLER_H_ |
#include "base/compiler_specific.h" |
#include "base/logging.h" |
#include "ui/aura/client/visibility_client.h" |
-#include "ui/views/views_export.h" |
+#include "ui/wm/core/wm_core_export.h" |
namespace views { |
namespace corewm { |
-class VIEWS_EXPORT VisibilityController |
+class WM_CORE_EXPORT VisibilityController |
: public aura::client::VisibilityClient { |
public: |
VisibilityController(); |
@@ -48,7 +48,7 @@ class VIEWS_EXPORT VisibilityController |
// // previous state. |
// } |
// |
-class VIEWS_EXPORT SuspendChildWindowVisibilityAnimations { |
+class WM_CORE_EXPORT SuspendChildWindowVisibilityAnimations { |
public: |
// Suspend visibility animations of child windows. |
explicit SuspendChildWindowVisibilityAnimations(aura::Window* window); |
@@ -67,9 +67,10 @@ class VIEWS_EXPORT SuspendChildWindowVisibilityAnimations { |
}; |
// Tells |window| to animate visibility changes to its children. |
-void VIEWS_EXPORT SetChildWindowVisibilityChangesAnimated(aura::Window* window); |
+void WM_CORE_EXPORT SetChildWindowVisibilityChangesAnimated( |
+ aura::Window* window); |
} // namespace corewm |
} // namespace views |
-#endif // UI_VIEWS_COREWM_VISIBILITY_CONTROLLER_H_ |
+#endif // UI_WM_CORE_VISIBILITY_CONTROLLER_H_ |