summaryrefslogtreecommitdiffstats
path: root/ash/ime
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-11 22:02:01 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-11 22:02:01 +0000
commitee3ed107740d758b030e58c176d28385bd566e89 (patch)
tree8307c3db02c2f3cad1a6912e8fc46b37c15013b1 /ash/ime
parent7b32ab26c844eb5283e1b0248b7a3c00a5414ae3 (diff)
downloadchromium_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/ime')
-rw-r--r--ash/ime/candidate_window_view.cc2
-rw-r--r--ash/ime/infolist_window.cc2
-rw-r--r--ash/ime/mode_indicator_view.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/ash/ime/candidate_window_view.cc b/ash/ime/candidate_window_view.cc
index ec158ac..ac520f9 100644
--- a/ash/ime/candidate_window_view.cc
+++ b/ash/ime/candidate_window_view.cc
@@ -16,9 +16,9 @@
#include "ui/views/border.h"
#include "ui/views/bubble/bubble_frame_view.h"
#include "ui/views/controls/label.h"
-#include "ui/views/corewm/window_animations.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/layout/fill_layout.h"
+#include "ui/wm/core/window_animations.h"
namespace ash {
namespace ime {
diff --git a/ash/ime/infolist_window.cc b/ash/ime/infolist_window.cc
index 87eb20d..b268ee7 100644
--- a/ash/ime/infolist_window.cc
+++ b/ash/ime/infolist_window.cc
@@ -18,9 +18,9 @@
#include "ui/views/bubble/bubble_border.h"
#include "ui/views/bubble/bubble_frame_view.h"
#include "ui/views/controls/label.h"
-#include "ui/views/corewm/window_animations.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/widget/widget.h"
+#include "ui/wm/core/window_animations.h"
namespace ash {
namespace ime {
diff --git a/ash/ime/mode_indicator_view.cc b/ash/ime/mode_indicator_view.cc
index 0be5c15..a237145 100644
--- a/ash/ime/mode_indicator_view.cc
+++ b/ash/ime/mode_indicator_view.cc
@@ -10,8 +10,8 @@
#include "ui/views/bubble/bubble_delegate.h"
#include "ui/views/bubble/bubble_frame_view.h"
#include "ui/views/controls/label.h"
-#include "ui/views/corewm/window_animations.h"
#include "ui/views/layout/fill_layout.h"
+#include "ui/wm/core/window_animations.h"
namespace ash {
namespace ime {