| 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 2fc8de3a22d52b1eab75ef8d0046372e4cb5ea7f..4d1793407c5173e9ef2cc3fe54078a70cedeb573 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::StringValue(key + "_value"));
|
| + prefs.Set(key, new base::Value(key + "_value"));
|
| }
|
|
|
| internal::FilterPrefs(prefixes, &prefs);
|
|
|