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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.cc

Issue 1731483003: chrome: 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: chrome/browser/ui/views/autofill/autofill_dialog_views.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
index ddf5d9b9d57609d4977a1b22a9679bdc8d588112..f7aaaa81ba0de4986cd14f3a63012e1d1c9da700 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
@@ -1909,6 +1909,9 @@ AutofillDialogViews::DetailsGroup::DetailsGroup(DialogSection section)
suggested_info(NULL),
suggested_button(NULL) {}
+AutofillDialogViews::DetailsGroup::DetailsGroup(const DetailsGroup& other) =
+ default;
+
AutofillDialogViews::DetailsGroup::~DetailsGroup() {}
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698