| Index: ui/wm/core/native_cursor_manager_delegate.h
|
| diff --git a/ui/wm/core/native_cursor_manager_delegate.h b/ui/wm/core/native_cursor_manager_delegate.h
|
| index 0571d57755c0eb07f69c45c30dee406c7134ccb2..52372210df99df441bcf44de79bd7332171c76d0 100644
|
| --- a/ui/wm/core/native_cursor_manager_delegate.h
|
| +++ b/ui/wm/core/native_cursor_manager_delegate.h
|
| @@ -7,14 +7,14 @@
|
|
|
| #include "ui/base/cursor/cursor.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| -#include "ui/wm/core/wm_core_export.h"
|
| +#include "ui/wm/wm_export.h"
|
|
|
| namespace wm {
|
|
|
| // The non-public interface that CursorManager exposes to its users. This
|
| // gives accessors to all the current state, and mutators to all the current
|
| // state.
|
| -class WM_CORE_EXPORT NativeCursorManagerDelegate {
|
| +class WM_EXPORT NativeCursorManagerDelegate {
|
| public:
|
| virtual ~NativeCursorManagerDelegate() {}
|
|
|
|
|