Index: chrome/service/service_process_prefs.cc |
diff --git a/chrome/service/service_process_prefs.cc b/chrome/service/service_process_prefs.cc |
index 71886cfb3f048b55219a5796259f7b8b2e212a30..e829880f6dcae14d1400b15ef44f8b9fa903a235 100644 |
--- a/chrome/service/service_process_prefs.cc |
+++ b/chrome/service/service_process_prefs.cc |
@@ -40,7 +40,7 @@ std::string ServiceProcessPrefs::GetString( |
void ServiceProcessPrefs::SetString(const std::string& key, |
const std::string& value) { |
- prefs_->SetValue(key, base::MakeUnique<base::StringValue>(value), |
+ prefs_->SetValue(key, base::MakeUnique<base::Value>(value), |
WriteablePrefStore::DEFAULT_PREF_WRITE_FLAGS); |
} |