Index: components/password_manager/core/browser/form_fetcher.h |
diff --git a/components/password_manager/core/browser/form_fetcher.h b/components/password_manager/core/browser/form_fetcher.h |
index 145a56580b1fff1cba18bdbc08ceb1502262357a..e2e16423c7f3f00ca91e695a7e957b211ea4b301 100644 |
--- a/components/password_manager/core/browser/form_fetcher.h |
+++ b/components/password_manager/core/browser/form_fetcher.h |
@@ -60,7 +60,7 @@ class FormFetcher { |
virtual State GetState() const = 0; |
// Statistics for recent password bubble usage. |
- virtual const std::vector<const InteractionsStats*>& GetInteractionsStats() |
+ virtual const std::vector<InteractionsStats>& GetInteractionsStats() |
const = 0; |
// Federated matches obtained from the backend. Valid only if GetState() |