diff options
Diffstat (limited to 'ash/wm/ash_native_cursor_manager.h')
-rw-r--r-- | ash/wm/ash_native_cursor_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/ash_native_cursor_manager.h b/ash/wm/ash_native_cursor_manager.h index 6a1e450..b9a36ffb 100644 --- a/ash/wm/ash_native_cursor_manager.h +++ b/ash/wm/ash_native_cursor_manager.h @@ -12,8 +12,8 @@ #include "base/strings/string16.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/point.h" -#include "ui/views/corewm/native_cursor_manager.h" -#include "ui/views/corewm/native_cursor_manager_delegate.h" +#include "ui/wm/core/native_cursor_manager.h" +#include "ui/wm/core/native_cursor_manager_delegate.h" namespace ash { |