Index: ui/wm/core/capture_controller.h |
diff --git a/ui/views/corewm/capture_controller.h b/ui/wm/core/capture_controller.h |
similarity index 88% |
rename from ui/views/corewm/capture_controller.h |
rename to ui/wm/core/capture_controller.h |
index e7d1ffd6ecae34f7f159a180543ad1c69d6fcbff..ab9afa860f8b7a13de3edeff6c9ddb387524b06f 100644 |
--- a/ui/views/corewm/capture_controller.h |
+++ b/ui/wm/core/capture_controller.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_VIEWS_COREWM_CAPTURE_CONTROLLER_H_ |
-#define UI_VIEWS_COREWM_CAPTURE_CONTROLLER_H_ |
+#ifndef UI_WM_CORE_CAPTURE_CONTROLLER_H_ |
+#define UI_WM_CORE_CAPTURE_CONTROLLER_H_ |
#include <set> |
@@ -11,13 +11,13 @@ |
#include "base/compiler_specific.h" |
#include "ui/aura/client/capture_client.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 { |
// Internal CaptureClient implementation. See ScopedCaptureClient for details. |
-class VIEWS_EXPORT CaptureController : public aura::client::CaptureClient { |
+class WM_CORE_EXPORT CaptureController : public aura::client::CaptureClient { |
public: |
// Adds |root| to the list of RootWindows notified when capture changes. |
void Attach(aura::Window* root); |
@@ -54,7 +54,7 @@ class VIEWS_EXPORT CaptureController : public aura::client::CaptureClient { |
// ScopedCaptureClient is responsible for creating a CaptureClient for a |
// RootWindow. Specifically it creates a single CaptureController that is shared |
// among all ScopedCaptureClients and adds the RootWindow to it. |
-class VIEWS_EXPORT ScopedCaptureClient : public aura::WindowObserver { |
+class WM_CORE_EXPORT ScopedCaptureClient : public aura::WindowObserver { |
public: |
explicit ScopedCaptureClient(aura::Window* root); |
virtual ~ScopedCaptureClient(); |
@@ -85,4 +85,4 @@ class VIEWS_EXPORT ScopedCaptureClient : public aura::WindowObserver { |
} // namespace corewm |
} // namespace views |
-#endif // UI_VIEWS_COREWM_CAPTURE_CONTROLLER_H_ |
+#endif // UI_WM_CORE_CAPTURE_CONTROLLER_H_ |