| Index: chrome/browser/protector/protected_prefs_watcher_unittest.cc | 
| diff --git a/chrome/browser/protector/protected_prefs_watcher_unittest.cc b/chrome/browser/protector/protected_prefs_watcher_unittest.cc | 
| index f69b0431701ca56050d2f06fcacf865138d95b7f..f67d7f7de07973a5cea2c71eb34a43ae9408ba11 100644 | 
| --- a/chrome/browser/protector/protected_prefs_watcher_unittest.cc | 
| +++ b/chrome/browser/protector/protected_prefs_watcher_unittest.cc | 
| @@ -132,9 +132,7 @@ TEST_F(ProtectedPrefsWatcherTest, ExtensionPrefChange) { | 
| EXPECT_FALSE(IsSignatureValid()); | 
|  | 
| // Blacklisting the extension does update the backup and signature. | 
| -  std::set<std::string> blacklist; | 
| -  blacklist.insert(sample_id); | 
| -  extension_prefs->UpdateBlacklist(blacklist); | 
| +  extension_prefs->SetExtensionBlacklisted(sample_id, true); | 
|  | 
| EXPECT_TRUE(IsSignatureValid()); | 
| } | 
|  |