| Index: chrome/browser/chromeos/options/language_config_model.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/options/language_config_model.cc (revision 70069)
|
| +++ chrome/browser/chromeos/options/language_config_model.cc (working copy)
|
| @@ -38,7 +38,7 @@
|
| return l10n_util::GetStringUTF16(
|
| IDS_OPTIONS_SETTINGS_LANGUAGES_ADD_LANGUAGE_COMBOBOX);
|
| }
|
| - return WideToUTF16Hack(GetLanguageNameAt(GetLanguageIndex(index)));
|
| + return GetLanguageNameAt(GetLanguageIndex(index));
|
| }
|
|
|
| int AddLanguageComboboxModel::GetLanguageIndex(int index) const {
|
|
|