| Index: chrome/browser/plugins/plugin_info_message_filter_unittest.cc
|
| diff --git a/chrome/browser/plugins/plugin_info_message_filter_unittest.cc b/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
|
| index 9d9711f8bfc19166b2a7321f7f31649cb759623f..34e2c24521a966c40745e9352a4bc169ef89b2b7 100644
|
| --- a/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
|
| +++ b/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
|
| @@ -270,7 +270,7 @@ TEST_F(PluginInfoMessageFilterTest, GetPluginContentSetting) {
|
| sync_preferences::TestingPrefServiceSyncable* prefs =
|
| profile()->GetTestingPrefService();
|
| prefs->SetManagedPref(prefs::kManagedDefaultPluginsSetting,
|
| - new base::FundamentalValue(CONTENT_SETTING_BLOCK));
|
| + new base::Value(CONTENT_SETTING_BLOCK));
|
|
|
| // All plugins should be blocked now.
|
| VerifyPluginContentSetting(host, "foo", CONTENT_SETTING_BLOCK, true, true);
|
|
|