summaryrefslogtreecommitdiffstats
path: root/views/ime/mock_input_method.h
diff options
context:
space:
mode:
authoryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 04:16:52 +0000
committeryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 04:16:52 +0000
commitb7ea156eb3093692106554c2342a985de4a54acc (patch)
treed309a04da001a7e45cfce79ca9a71270d66a006b /views/ime/mock_input_method.h
parent8db08901e18317a26815cea831699443f30c2677 (diff)
downloadchromium_src-b7ea156eb3093692106554c2342a985de4a54acc.zip
chromium_src-b7ea156eb3093692106554c2342a985de4a54acc.tar.gz
chromium_src-b7ea156eb3093692106554c2342a985de4a54acc.tar.bz2
Move views/ime/text_input_client.h to ui/base/ime/.
- Remove Views dependencies from text_input_client.h. - Change namespace from views:: to ui::. This change is necessary for RenderWidgetHostViewAura to support IME since RWHVA is Views agnostic and cannot directly use classes under views/ime/. BUG=chromium:97261 TEST=try Review URL: http://codereview.chromium.org/8509034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/ime/mock_input_method.h')
-rw-r--r--views/ime/mock_input_method.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/ime/mock_input_method.h b/views/ime/mock_input_method.h
index 01373eb..b3392c1 100644
--- a/views/ime/mock_input_method.h
+++ b/views/ime/mock_input_method.h
@@ -10,6 +10,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "ui/base/ime/composition_text.h"
#include "views/ime/input_method_base.h"
#include "views/view.h"