| Index: components/password_manager/core/browser/mock_password_store.h
|
| diff --git a/components/password_manager/core/browser/mock_password_store.h b/components/password_manager/core/browser/mock_password_store.h
|
| index 5499d50c1c180301bb31182d0192987aecb470e8..0c127f70ea810d17906b0b2e44f94df27d8e69aa 100644
|
| --- a/components/password_manager/core/browser/mock_password_store.h
|
| +++ b/components/password_manager/core/browser/mock_password_store.h
|
| @@ -56,7 +56,7 @@ class MockPasswordStore : public PasswordStore {
|
| bool(ScopedVector<autofill::PasswordForm>*));
|
| MOCK_METHOD1(NotifyLoginsChanged, void(const PasswordStoreChangeList&));
|
| // GMock doesn't allow to return noncopyable types.
|
| - std::vector<scoped_ptr<InteractionsStats>> GetSiteStatsImpl(
|
| + std::vector<std::unique_ptr<InteractionsStats>> GetSiteStatsImpl(
|
| const GURL& origin_domain) override;
|
| MOCK_METHOD1(GetSiteStatsMock, std::vector<InteractionsStats*>(const GURL&));
|
| MOCK_METHOD1(AddSiteStatsImpl, void(const InteractionsStats&));
|
|
|