Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: views/view.cc

Issue 8509034: Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more win_shared fix Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/view.h ('k') | views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view.cc
diff --git a/views/view.cc b/views/view.cc
index b3644dc80ad0ba25e1df649ea6dc8a4a64ce565c..698cabad83bcbe81736add3390627dd74f52b546 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;
}
« no previous file with comments | « views/view.h ('k') | views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698