| 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 d970065e5f38c663293adbc97aa84d22794bdc9a..181bff887c14949431efe4af80fedddbb63c15d9 100644
|
| --- a/components/safe_browsing/password_protection/password_protection_service_unittest.cc
|
| +++ b/components/safe_browsing/password_protection/password_protection_service_unittest.cc
|
| @@ -132,7 +132,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_ =
|
|
|