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

Unified Diff: components/autofill/content/renderer/password_generation_agent.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/autofill/content/renderer/password_generation_agent.cc
diff --git a/components/autofill/content/renderer/password_generation_agent.cc b/components/autofill/content/renderer/password_generation_agent.cc
index c161dbc6929b1a02f17202c90463fed71ede1bf1..1cbd613dbdac2be56056903fda475c14de6d529d 100644
--- a/components/autofill/content/renderer/password_generation_agent.cc
+++ b/components/autofill/content/renderer/password_generation_agent.cc
@@ -113,6 +113,9 @@ PasswordGenerationAgent::AccountCreationFormData::AccountCreationFormData(
: form(password_form),
password_elements(passwords) {}
+PasswordGenerationAgent::AccountCreationFormData::AccountCreationFormData(
+ const AccountCreationFormData& other) = default;
+
PasswordGenerationAgent::AccountCreationFormData::~AccountCreationFormData() {}
PasswordGenerationAgent::PasswordGenerationAgent(

Powered by Google App Engine
This is Rietveld 408576698