| Index: components/password_manager/core/browser/test_password_store.h
|
| diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h
|
| index 96f6104a638688b970e3152c0b31d3d872d51690..72addcdfeaaa58642f86f784ffa294fd39a50f43 100644
|
| --- a/components/password_manager/core/browser/test_password_store.h
|
| +++ b/components/password_manager/core/browser/test_password_store.h
|
| @@ -66,6 +66,10 @@ class TestPasswordStore : public PasswordStore {
|
| ScopedVector<autofill::PasswordForm>* forms) override;
|
| bool FillBlacklistLogins(
|
| ScopedVector<autofill::PasswordForm>* forms) override;
|
| + void AddSiteStatsImpl(const InteractionsStats& stats) override;
|
| + void RemoveSiteStatsImpl(const GURL& origin_domain) override;
|
| + scoped_ptr<InteractionsStats> GetSiteStatsImpl(
|
| + const GURL& origin_domain) override;
|
|
|
| private:
|
| PasswordMap stored_passwords_;
|
|
|