| Index: ui/keyboard/keyboard_ui_handler.cc
|
| diff --git a/ui/keyboard/keyboard_ui_handler.cc b/ui/keyboard/keyboard_ui_handler.cc
|
| index 780e0be4aaf74c8f9dd775e4734e6a9f05b6dad6..a626095b4538863f884b0b7ab67b5d82b45fb777 100644
|
| --- a/ui/keyboard/keyboard_ui_handler.cc
|
| +++ b/ui/keyboard/keyboard_ui_handler.cc
|
| @@ -48,7 +48,7 @@ void KeyboardUIHandler::RegisterMessages() {
|
| }
|
|
|
| void KeyboardUIHandler::HandleInsertTextMessage(const base::ListValue* args) {
|
| - string16 text;
|
| + base::string16 text;
|
| if (!args->GetString(0, &text)) {
|
| LOG(ERROR) << "insertText failed: bad argument";
|
| return;
|
|
|