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

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

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.cc
diff --git a/components/password_manager/core/browser/affiliation_utils.cc b/components/password_manager/core/browser/affiliation_utils.cc
index 5fa3ff75d8788097759fc3e76cf01a1221264036..853edc528923524e8356a6b51775f7a89150eec6 100644
--- a/components/password_manager/core/browser/affiliation_utils.cc
+++ b/components/password_manager/core/browser/affiliation_utils.cc
@@ -269,6 +269,9 @@ FacetURI::FacetURI(const std::string& canonical_spec, bool is_valid)
AffiliatedFacetsWithUpdateTime::AffiliatedFacetsWithUpdateTime() {
}
+AffiliatedFacetsWithUpdateTime::AffiliatedFacetsWithUpdateTime(
+ const AffiliatedFacetsWithUpdateTime& other) = default;
+
AffiliatedFacetsWithUpdateTime::~AffiliatedFacetsWithUpdateTime() {
}

Powered by Google App Engine
This is Rietveld 408576698