Index: views/controls/textfield/textfield.cc |
diff --git a/views/controls/textfield/textfield.cc b/views/controls/textfield/textfield.cc |
index 8eaa0deedaab6dd1f5692d2d768af0037ab98441..a8e041e44f9423add28eeef14e85d72f650d60d7 100644 |
--- a/views/controls/textfield/textfield.cc |
+++ b/views/controls/textfield/textfield.cc |
@@ -410,7 +410,7 @@ void Textfield::GetAccessibleState(ui::AccessibleViewState* state) { |
state->selection_end = range.end(); |
} |
-TextInputClient* Textfield::GetTextInputClient() { |
+ui::TextInputClient* Textfield::GetTextInputClient() { |
return native_wrapper_ ? native_wrapper_->GetTextInputClient() : NULL; |
} |