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

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

Issue 1728033002: components: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months 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/affiliation_utils.h
diff --git a/components/password_manager/core/browser/affiliation_utils.h b/components/password_manager/core/browser/affiliation_utils.h
index d4a177ab913afe69d6501429ace418b249178ef7..ae2d986e2fda1927f611761ebcde826237d7f5bb 100644
--- a/components/password_manager/core/browser/affiliation_utils.h
+++ b/components/password_manager/core/browser/affiliation_utils.h
@@ -163,6 +163,7 @@ typedef std::vector<FacetURI> AffiliatedFacets;
// authoritative source.
struct AffiliatedFacetsWithUpdateTime {
AffiliatedFacetsWithUpdateTime();
+ AffiliatedFacetsWithUpdateTime(const AffiliatedFacetsWithUpdateTime& other);
~AffiliatedFacetsWithUpdateTime();
AffiliatedFacets facets;

Powered by Google App Engine
This is Rietveld 408576698