Index: views/controls/textfield/textfield.cc |
=================================================================== |
--- views/controls/textfield/textfield.cc (revision 109585) |
+++ views/controls/textfield/textfield.cc (working copy) |
@@ -410,7 +410,7 @@ |
state->selection_end = range.end(); |
} |
-ui::TextInputClient* Textfield::GetTextInputClient() { |
+TextInputClient* Textfield::GetTextInputClient() { |
return native_wrapper_ ? native_wrapper_->GetTextInputClient() : NULL; |
} |