summaryrefslogtreecommitdiffstats
path: root/views/view.cc
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/view.cc
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/view.cc')
-rw-r--r--views/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view.cc b/views/view.cc
index b3644dc..698caba 100644
--- a/views/view.cc
+++ b/views/view.cc
@@ -793,7 +793,7 @@ bool View::OnMouseWheel(const MouseWheelEvent& event) {
return false;
}
-TextInputClient* View::GetTextInputClient() {
+ui::TextInputClient* View::GetTextInputClient() {
return NULL;
}