| Index: components/password_manager/core/browser/password_store_default.h
|
| diff --git a/components/password_manager/core/browser/password_store_default.h b/components/password_manager/core/browser/password_store_default.h
|
| index 9381067b3d43dd25fd8dfb5b0ffedbcec15c640e..f7e98b1e11e1782a63ea1ebe3f58e88b97c70658 100644
|
| --- a/components/password_manager/core/browser/password_store_default.h
|
| +++ b/components/password_manager/core/browser/password_store_default.h
|
| @@ -72,7 +72,7 @@ class PasswordStoreDefault : public PasswordStore {
|
| std::vector<std::unique_ptr<autofill::PasswordForm>>* forms) override;
|
| void AddSiteStatsImpl(const InteractionsStats& stats) override;
|
| void RemoveSiteStatsImpl(const GURL& origin_domain) override;
|
| - std::vector<std::unique_ptr<InteractionsStats>> GetSiteStatsImpl(
|
| + std::vector<InteractionsStats> GetSiteStatsImpl(
|
| const GURL& origin_domain) override;
|
|
|
| inline bool DeleteAndRecreateDatabaseFile() {
|
|
|