summaryrefslogtreecommitdiffstats
path: root/chrome/browser/character_encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/character_encoding.h')
-rw-r--r--chrome/browser/character_encoding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/character_encoding.h b/chrome/browser/character_encoding.h
index a676403..e1b6d9e 100644
--- a/chrome/browser/character_encoding.h
+++ b/chrome/browser/character_encoding.h
@@ -79,7 +79,7 @@ class CharacterEncoding {
// is from user recently selected. THIS FUNCTION IS NOT THREADSAFE. You must
// run this function only in UI thread.
static const std::vector<EncodingInfo>* GetCurrentDisplayEncodings(
- const std::wstring& locale,
+ const std::string& locale,
const std::wstring& locale_encodings,
const std::wstring& recently_select_encodings);