Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: ui/wm/public/cursor_delegate.h

Issue 209383003: Move wm/public into wm target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/wm/public/animation_host.h ('k') | ui/wm/public/dispatcher_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/public/cursor_delegate.h
diff --git a/ui/wm/public/cursor_delegate.h b/ui/wm/public/cursor_delegate.h
index 1acf4d72d544f41989632a3e0fdb20d39d8d878a..b63dff449aaf3f693533f841704c6c4769e38422 100644
--- a/ui/wm/public/cursor_delegate.h
+++ b/ui/wm/public/cursor_delegate.h
@@ -6,7 +6,7 @@
#define UI_WM_PUBLIC_CURSOR_DELEGATE_H_
#include "ui/gfx/native_widget_types.h"
-#include "ui/wm/core/wm_core_export.h"
+#include "ui/wm/wm_export.h"
namespace aura {
class Window;
@@ -18,7 +18,7 @@ class Point;
namespace wm {
-class WM_CORE_EXPORT CursorDelegate {
+class WM_EXPORT CursorDelegate {
public:
virtual gfx::NativeCursor GetCursorForPoint(const gfx::Point& point) = 0;
@@ -26,9 +26,9 @@ class WM_CORE_EXPORT CursorDelegate {
virtual ~CursorDelegate() {}
};
-WM_CORE_EXPORT void SetCursorDelegate(aura::Window* window,
+WM_EXPORT void SetCursorDelegate(aura::Window* window,
CursorDelegate* delegate);
-WM_CORE_EXPORT CursorDelegate* GetCursorDelegate(aura::Window* window);
+WM_EXPORT CursorDelegate* GetCursorDelegate(aura::Window* window);
} // namespace wm
« no previous file with comments | « ui/wm/public/animation_host.h ('k') | ui/wm/public/dispatcher_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698