diff options
Diffstat (limited to 'app/resource_bundle_win.cc')
-rw-r--r-- | app/resource_bundle_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resource_bundle_win.cc b/app/resource_bundle_win.cc index f143193..6676dc6 100644 --- a/app/resource_bundle_win.cc +++ b/app/resource_bundle_win.cc @@ -55,7 +55,7 @@ void ResourceBundle::LoadCommonResources() { } std::string ResourceBundle::LoadLocaleResources( - const std::wstring& pref_locale) { + const std::string& pref_locale) { DCHECK(NULL == locale_resources_data_) << "locale dll already loaded"; const std::string app_locale = l10n_util::GetApplicationLocale(pref_locale); const FilePath& locale_path = GetLocaleFilePath(app_locale); |