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); |
} |