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