Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Unified Diff: components/password_manager/core/browser/form_fetcher.h

Issue 2552263002: Pass InteractionStats by value (Closed)
Patch Set: ={} Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698