| Index: components/safe_browsing/password_protection/password_protection_service_unittest.cc
 | 
| diff --git a/components/safe_browsing/password_protection/password_protection_service_unittest.cc b/components/safe_browsing/password_protection/password_protection_service_unittest.cc
 | 
| index 022fa2caa4a3867fe4c7e7a9ced86d96258d4806..fcd096dfa29cd02deb5006b0782fc3cf9f8602d1 100644
 | 
| --- a/components/safe_browsing/password_protection/password_protection_service_unittest.cc
 | 
| +++ b/components/safe_browsing/password_protection/password_protection_service_unittest.cc
 | 
| @@ -128,7 +128,8 @@ class PasswordProtectionServiceTest : public testing::Test {
 | 
|    void SetUp() override {
 | 
|      HostContentSettingsMap::RegisterProfilePrefs(test_pref_service_.registry());
 | 
|      content_setting_map_ = new HostContentSettingsMap(
 | 
| -        &test_pref_service_, false /* incognito */, false /* guest_profile */);
 | 
| +        &test_pref_service_, false /* incognito */, false /* guest_profile */,
 | 
| +        false /* store_last_modified */);
 | 
|      database_manager_ = new MockSafeBrowsingDatabaseManager();
 | 
|      dummy_request_context_getter_ = new DummyURLRequestContextGetter();
 | 
|      password_protection_service_ =
 | 
| 
 |