Index: chrome/browser/ui/views/autofill/autofill_dialog_views.h |
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
index b25b26049519f262656a6c158b93074dd00a315f..b30fa9c0691c0742768536e996621ef28cb54e47 100644 |
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
@@ -336,6 +336,7 @@ class AutofillDialogViews : public AutofillDialogView, |
// section. None of the member pointers are owned. |
struct DetailsGroup { |
explicit DetailsGroup(DialogSection section); |
+ DetailsGroup(const DetailsGroup& other); |
~DetailsGroup(); |
// The section this group is associated with. |