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

Unified Diff: components/user_prefs/tracked/tracked_preferences_migration_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
Index: components/user_prefs/tracked/tracked_preferences_migration_unittest.cc
diff --git a/components/user_prefs/tracked/tracked_preferences_migration_unittest.cc b/components/user_prefs/tracked/tracked_preferences_migration_unittest.cc
index b1137543d3c5c128a77454a29e546f48ceb3eb0a..213d431a6d783b16f3ac979ebcc212eede48e7d6 100644
--- a/components/user_prefs/tracked/tracked_preferences_migration_unittest.cc
+++ b/components/user_prefs/tracked/tracked_preferences_migration_unittest.cc
@@ -163,7 +163,7 @@ class TrackedPreferencesMigrationTest : public testing::Test {
}
DCHECK(store);
- base::StringValue string_value(value);
+ base::Value string_value(value);
DictionaryHashStoreContents contents(store);
pref_hash_store->BeginTransaction(&contents)->StoreHash(key, &string_value);
}

Powered by Google App Engine
This is Rietveld 408576698