| Index: chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| index 4bf72fe8656d330251cfe404cdbe0e8dcc849a3d..f763975eb5f640db595ffe9c94a393dabd4b2830 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| @@ -81,7 +81,7 @@ void KeyboardHandler::GetLocalizedValues(DictionaryValue* localized_strings) {
|
| }
|
| ListValue* option = new ListValue();
|
| option->Append(Value::CreateIntegerValue(value));
|
| - option->Append(Value::CreateStringValue(l10n_util::GetStringUTF16(
|
| + option->Append(new base::StringValue(l10n_util::GetStringUTF16(
|
| message_id)));
|
| list_value->Append(option);
|
| }
|
|
|