diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-04 17:07:46 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-04 17:07:46 +0000 |
commit | ff622aa41f2eb00c4f0359a1d661f77ea17d29e1 (patch) | |
tree | 0eb7fca9bdb735299cdb3224814c8313bb99301e /app/l10n_util.h | |
parent | 568f33de361dbca27e55bd2c1c025663c7a73d3c (diff) | |
download | chromium_src-ff622aa41f2eb00c4f0359a1d661f77ea17d29e1.zip chromium_src-ff622aa41f2eb00c4f0359a1d661f77ea17d29e1.tar.gz chromium_src-ff622aa41f2eb00c4f0359a1d661f77ea17d29e1.tar.bz2 |
Remove wstrings from l10n_util/ResourceBundle locale functions.
Review URL: http://codereview.chromium.org/3069026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/l10n_util.h')
-rw-r--r-- | app/l10n_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/l10n_util.h b/app/l10n_util.h index 7f7b18a..62789a9 100644 --- a/app/l10n_util.h +++ b/app/l10n_util.h @@ -39,7 +39,7 @@ namespace l10n_util { // as |pref_locale|), finally, we fall back on the system locale. We only return // a value if there's a corresponding resource DLL for the locale. Otherwise, // we fall back to en-us. -std::string GetApplicationLocale(const std::wstring& pref_locale); +std::string GetApplicationLocale(const std::string& pref_locale); // Given a locale code, return true if the OS is capable of supporting it. // For instance, Oriya is not well supported on Windows XP and we return |