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

Unified Diff: services/preferences/public/cpp/tests/pref_client_store_unittest.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 | « services/catalog/public/tools/catalog.cc.tmpl ('k') | skia/ext/benchmarking_canvas.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/public/cpp/tests/pref_client_store_unittest.cc
diff --git a/services/preferences/public/cpp/tests/pref_client_store_unittest.cc b/services/preferences/public/cpp/tests/pref_client_store_unittest.cc
index ac21660ce036a3aaeb215813e6455187f3791496..a044b0317a86645596f809befa5fe3af97f96777 100644
--- a/services/preferences/public/cpp/tests/pref_client_store_unittest.cc
+++ b/services/preferences/public/cpp/tests/pref_client_store_unittest.cc
@@ -210,7 +210,7 @@ TEST_F(PrefClientStoreTest, MultipleKeyInitialization) {
const int kValue = 42;
base::Value pref1(kValue);
const std::string kStringValue("look");
- base::StringValue pref2(kStringValue);
+ base::Value pref2(kStringValue);
base::DictionaryValue prefs;
prefs.Set(key1, pref1.CreateDeepCopy());
« no previous file with comments | « services/catalog/public/tools/catalog.cc.tmpl ('k') | skia/ext/benchmarking_canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698