| Index: ui/views/controls/textfield/textfield_controller.cc
|
| diff --git a/ui/views/controls/textfield/textfield_controller.cc b/ui/views/controls/textfield/textfield_controller.cc
|
| index 8f72be8a1c4a53e92484634e9bba29468c45c7b7..e82579653cbfbca48ad907d3ba41e9c4855b63c9 100644
|
| --- a/ui/views/controls/textfield/textfield_controller.cc
|
| +++ b/ui/views/controls/textfield/textfield_controller.cc
|
| @@ -31,8 +31,8 @@ bool TextfieldController::IsItemForCommandIdDynamic(int command_id) const {
|
| return false;
|
| }
|
|
|
| -string16 TextfieldController::GetLabelForCommandId(int command_id) const {
|
| - return string16();
|
| +base::string16 TextfieldController::GetLabelForCommandId(int command_id) const {
|
| + return base::string16();
|
| }
|
|
|
| bool TextfieldController::HandlesCommand(int command_id) const {
|
|
|