Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: chrome/browser/chromeos/options/language_config_model.cc

Issue 5990008: Remove wstring from l10n_util. Part 1.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698