| Index: components/password_manager/core/browser/fake_form_fetcher.cc
|
| diff --git a/components/password_manager/core/browser/fake_form_fetcher.cc b/components/password_manager/core/browser/fake_form_fetcher.cc
|
| index a25c93bdf15d4edc905727238075a13a2068749f..3f0ca14b1f822801824dbbf18c519e1618814f6b 100644
|
| --- a/components/password_manager/core/browser/fake_form_fetcher.cc
|
| +++ b/components/password_manager/core/browser/fake_form_fetcher.cc
|
| @@ -23,8 +23,8 @@ FormFetcher::State FakeFormFetcher::GetState() const {
|
| return state_;
|
| }
|
|
|
| -const std::vector<const InteractionsStats*>&
|
| -FakeFormFetcher::GetInteractionsStats() const {
|
| +const std::vector<InteractionsStats>& FakeFormFetcher::GetInteractionsStats()
|
| + const {
|
| return stats_;
|
| }
|
|
|
|
|