Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4673)

Unified Diff: chrome/service/service_process_prefs.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/sync_type_unittest.cc ('k') | chrome/test/base/extension_js_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « chrome/common/extensions/sync_type_unittest.cc ('k') | chrome/test/base/extension_js_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698