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

Unified Diff: chrome/browser/password_manager/password_store_proxy_mac.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: chrome/browser/password_manager/password_store_proxy_mac.h
diff --git a/chrome/browser/password_manager/password_store_proxy_mac.h b/chrome/browser/password_manager/password_store_proxy_mac.h
index 776c83d6887340ca28a3e10d99cc76284ebdd193..3f5c5f2cadbaf526e0400e1e80f5691eb72dd217 100644
--- a/chrome/browser/password_manager/password_store_proxy_mac.h
+++ b/chrome/browser/password_manager/password_store_proxy_mac.h
@@ -100,8 +100,8 @@ class PasswordStoreProxyMac : public password_manager::PasswordStore {
void AddSiteStatsImpl(
const password_manager::InteractionsStats& stats) override;
void RemoveSiteStatsImpl(const GURL& origin_domain) override;
- std::vector<std::unique_ptr<password_manager::InteractionsStats>>
- GetSiteStatsImpl(const GURL& origin_domain) override;
+ std::vector<password_manager::InteractionsStats> GetSiteStatsImpl(
+ const GURL& origin_domain) override;
scoped_refptr<SimplePasswordStoreMac> password_store_simple_;
« no previous file with comments | « chrome/browser/password_manager/password_store_mac.cc ('k') | chrome/browser/password_manager/password_store_proxy_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698