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

Unified Diff: components/password_manager/core/browser/password_store_consumer.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/password_store_consumer.h
diff --git a/components/password_manager/core/browser/password_store_consumer.h b/components/password_manager/core/browser/password_store_consumer.h
index f137225be67081f5bf386f18a7088bafcc9e372f..89d7975d0ee3d64cf43797d615f3b62a46beced3 100644
--- a/components/password_manager/core/browser/password_store_consumer.h
+++ b/components/password_manager/core/browser/password_store_consumer.h
@@ -34,8 +34,7 @@ class PasswordStoreConsumer {
// Called when the GetLogins() request is finished, with the associated site
// statistics.
- virtual void OnGetSiteStatistics(
- std::vector<std::unique_ptr<InteractionsStats>> stats);
+ virtual void OnGetSiteStatistics(std::vector<InteractionsStats> stats);
// The base::CancelableTaskTracker can be used for cancelling the
// tasks associated with the consumer.

Powered by Google App Engine
This is Rietveld 408576698