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

Unified Diff: components/password_manager/core/browser/password_store_consumer.cc

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.cc
diff --git a/components/password_manager/core/browser/password_store_consumer.cc b/components/password_manager/core/browser/password_store_consumer.cc
index eef0bf96fe8927481bb0bc1d208ae93e807805f5..1545121507d8f1e1d04f56bb6c422f15ba55209c 100644
--- a/components/password_manager/core/browser/password_store_consumer.cc
+++ b/components/password_manager/core/browser/password_store_consumer.cc
@@ -15,6 +15,6 @@ PasswordStoreConsumer::~PasswordStoreConsumer() {
}
void PasswordStoreConsumer::OnGetSiteStatistics(
- std::vector<std::unique_ptr<InteractionsStats>> stats) {}
+ std::vector<InteractionsStats> stats) {}
} // namespace password_manager

Powered by Google App Engine
This is Rietveld 408576698