| 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 0aea581e4a6ad26e9257be61a4910e6fc077b9c6..3b612dce19d357cd4ea98bd0f7bacf0fcca915ce 100644
|
| --- a/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
|
| +++ b/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
|
| @@ -258,7 +258,7 @@ TEST_F(PluginInfoMessageFilterTest, GetPluginContentSetting) {
|
| // Block plugins via policy.
|
| TestingPrefServiceSyncable* prefs = profile()->GetTestingPrefService();
|
| prefs->SetManagedPref(prefs::kManagedDefaultPluginsSetting,
|
| - base::Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
|
| + new base::FundamentalValue(CONTENT_SETTING_BLOCK));
|
|
|
| // All plugins should be blocked now.
|
| VerifyPluginContentSetting(host, "foo", CONTENT_SETTING_BLOCK, true, true);
|
|
|