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

Unified Diff: chrome/browser/password_manager/password_store_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
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_store_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/password_store_mac.h
diff --git a/chrome/browser/password_manager/password_store_mac.h b/chrome/browser/password_manager/password_store_mac.h
index 9c6b3d4e7ce66d03c48df3e4824d647d11b9afb4..b7a581502c5c2a7ab67f93c681df02bd65782c34 100644
--- a/chrome/browser/password_manager/password_store_mac.h
+++ b/chrome/browser/password_manager/password_store_mac.h
@@ -112,8 +112,8 @@ class PasswordStoreMac : 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;
// Adds the given form to the Keychain if it's something we want to store
// there (i.e., not a blacklist entry or a federated login). Returns true if
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_store_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698