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; |
} |