| Index: components/password_manager/core/browser/password_store.h
|
| diff --git a/components/password_manager/core/browser/password_store.h b/components/password_manager/core/browser/password_store.h
|
| index c6151cc93e1f380faf3b56c5344ba82da2472c76..a8ccfcec79339fc09ae29ebbba9cc97bc18368c2 100644
|
| --- a/components/password_manager/core/browser/password_store.h
|
| +++ b/components/password_manager/core/browser/password_store.h
|
| @@ -206,7 +206,7 @@ class PasswordStore : protected PasswordStoreSync,
|
| void AddSiteStats(const InteractionsStats& stats);
|
|
|
| // Removes the statistics for |origin_domain|.
|
| - void RemoveSiteStats(const GURL& origin_domain);
|
| + virtual void RemoveSiteStats(const GURL& origin_domain);
|
|
|
| // Retrieves the statistics for |origin_domain| and notifies |consumer| on
|
| // completion. The request will be cancelled if the consumer is destroyed.
|
|
|