| Index: chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| diff --git a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| index 23fc12c557d6950c897d4b9a7c14b5900e46f377..0c5d528993f19bdcf6b1afd44e748c47b28e296b 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| @@ -91,6 +91,8 @@ class MockPasswordProtectionService
|
| void(WebContents*, const GURL&, const std::string&, bool));
|
| MOCK_METHOD3(ShowPhishingInterstitial,
|
| void(const GURL&, const std::string&, content::WebContents*));
|
| + MOCK_METHOD0(GetSyncAccountType,
|
| + safe_browsing::PasswordProtectionService::SyncAccountType());
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MockPasswordProtectionService);
|
|
|