diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-11 22:02:01 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-11 22:02:01 +0000 |
commit | ee3ed107740d758b030e58c176d28385bd566e89 (patch) | |
tree | 8307c3db02c2f3cad1a6912e8fc46b37c15013b1 /ash/wm/ash_native_cursor_manager.h | |
parent | 7b32ab26c844eb5283e1b0248b7a3c00a5414ae3 (diff) | |
download | chromium_src-ee3ed107740d758b030e58c176d28385bd566e89.zip chromium_src-ee3ed107740d758b030e58c176d28385bd566e89.tar.gz chromium_src-ee3ed107740d758b030e58c176d28385bd566e89.tar.bz2 |
Move files from ui/views/corewm to ui/wm/core
R=sky@chromium.org
TBR=sky@chromium.org
http://crbug.com/308710
Review URL: https://codereview.chromium.org/194843004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256329 0039d316-1c4b-4281-b951-d872f2087c98
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 { |