| Index: chrome/browser/ui/webui/local_state/local_state_ui_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/local_state/local_state_ui_unittest.cc b/chrome/browser/ui/webui/local_state/local_state_ui_unittest.cc
|
| index 4d1793407c5173e9ef2cc3fe54078a70cedeb573..0715a734ad221270010c4b6e8d12981531f5133e 100644
|
| --- a/chrome/browser/ui/webui/local_state/local_state_ui_unittest.cc
|
| +++ b/chrome/browser/ui/webui/local_state/local_state_ui_unittest.cc
|
| @@ -19,7 +19,7 @@ TEST(LocalStateUiTest, FilterPrefs) {
|
|
|
| base::DictionaryValue prefs;
|
| for (const std::string& key : all_pref_keys) {
|
| - prefs.Set(key, new base::Value(key + "_value"));
|
| + prefs.SetString(key, key + "_value");
|
| }
|
|
|
| internal::FilterPrefs(prefixes, &prefs);
|
|
|