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

Unified Diff: components/password_manager/core/common/credential_manager_types.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/common/credential_manager_types.cc
diff --git a/components/password_manager/core/common/credential_manager_types.cc b/components/password_manager/core/common/credential_manager_types.cc
index a9bac499f6313fdafb80315bcdfd6fc7bf11d5c7..1637fa7dba24ec2aa1f7fd4a9a7a2c763a448481 100644
--- a/components/password_manager/core/common/credential_manager_types.cc
+++ b/components/password_manager/core/common/credential_manager_types.cc
@@ -34,6 +34,8 @@ CredentialInfo::CredentialInfo(const autofill::PasswordForm& form,
}
}
+CredentialInfo::CredentialInfo(const CredentialInfo& other) = default;
+
CredentialInfo::~CredentialInfo() {
}

Powered by Google App Engine
This is Rietveld 408576698