summaryrefslogtreecommitdiffstats
path: root/chrome/browser/pref_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/pref_service.cc')
-rw-r--r--chrome/browser/pref_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/pref_service.cc b/chrome/browser/pref_service.cc
index bb80c90..506349e 100644
--- a/chrome/browser/pref_service.cc
+++ b/chrome/browser/pref_service.cc
@@ -214,7 +214,7 @@ void PrefService::RegisterRealPref(const wchar_t* path,
}
void PrefService::RegisterStringPref(const wchar_t* path,
- const std::wstring& default_value) {
+ const std::string& default_value) {
Preference* pref = new Preference(pref_value_store_.get(), path,
Value::CreateStringValue(default_value));
RegisterPreference(pref);