| Index: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| index 26c0a3f548cc7b0cb999ced47fcd87a5384a8abb..d47d2825f55690452f5011e66616bbc32484cbe7 100644
|
| --- a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| @@ -380,7 +380,7 @@ void KeyboardOverlayHandler::GetInputMethodId(const base::ListValue* args) {
|
| chromeos::input_method::InputMethodManager::Get();
|
| const chromeos::input_method::InputMethodDescriptor& descriptor =
|
| manager->GetActiveIMEState()->GetCurrentInputMethod();
|
| - base::StringValue param(descriptor.id());
|
| + base::Value param(descriptor.id());
|
| web_ui()->CallJavascriptFunctionUnsafe("initKeyboardOverlayId", param);
|
| }
|
|
|
|
|