| 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 22fe4cfbbc6765a016f876a3bf59214a774b3c5f..110479f421c72fb2863f9f03daca8417fe5cdfd8 100644
|
| --- a/components/safe_browsing/password_protection/password_protection_service_unittest.cc
|
| +++ b/components/safe_browsing/password_protection/password_protection_service_unittest.cc
|
| @@ -118,6 +118,11 @@ class TestPasswordProtectionService : public PasswordProtectionService {
|
|
|
| bool IsHistorySyncEnabled() override { return false; }
|
|
|
| + LoginReputationClientRequest::PasswordReuseEvent::SyncAccountType
|
| + GetSyncAccountType() override {
|
| + return LoginReputationClientRequest::PasswordReuseEvent::NOT_SIGNED_IN;
|
| + }
|
| +
|
| LoginReputationClientResponse* latest_response() {
|
| return latest_response_.get();
|
| }
|
|
|