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 891d88c12cbf387a9dd83e90d2fac4e3dc5859ae..67bce27930a59072f51957ad428613f5c447e736 100644 |
--- a/components/password_manager/core/browser/test_password_store.h |
+++ b/components/password_manager/core/browser/test_password_store.h |
@@ -72,7 +72,7 @@ class TestPasswordStore : 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; |
private: |