| 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 207062f16d2f8425e0b66c79a1f1c4e5c805856d..1e76e305ed7623cf89c318b4ae7b5645e5077d9c 100644
|
| --- a/components/password_manager/core/browser/test_password_store.h
|
| +++ b/components/password_manager/core/browser/test_password_store.h
|
| @@ -69,7 +69,7 @@ class TestPasswordStore : public PasswordStore {
|
| ScopedVector<autofill::PasswordForm>* forms) override;
|
| void AddSiteStatsImpl(const InteractionsStats& stats) override;
|
| void RemoveSiteStatsImpl(const GURL& origin_domain) override;
|
| - std::vector<scoped_ptr<InteractionsStats>> GetSiteStatsImpl(
|
| + std::vector<std::unique_ptr<InteractionsStats>> GetSiteStatsImpl(
|
| const GURL& origin_domain) override;
|
|
|
| private:
|
|
|