| 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 f5d797dc47d83b1b7d33fbbf8e50de3d16554672..15b0f4f7c1fb5164da799dbfc53856e69af5a2c5 100644
 | 
| --- a/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
 | 
| +++ b/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
 | 
| @@ -323,7 +323,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);
 | 
| 
 |