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

Unified Diff: components/autofill/core/common/form_field_data.h

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/core/common/form_field_data.h
diff --git a/components/autofill/core/common/form_field_data.h b/components/autofill/core/common/form_field_data.h
index 0fa3a25a5536e4279354c4f546550d950a2e90e6..dac7244f8d04ceae1f1d49ceb6f6e0c0e89b2a12 100644
--- a/components/autofill/core/common/form_field_data.h
+++ b/components/autofill/core/common/form_field_data.h
@@ -30,6 +30,7 @@ struct FormFieldData {
};
FormFieldData();
+ FormFieldData(const FormFieldData& other);
~FormFieldData();
// Returns true if two form fields are the same, not counting the value.

Powered by Google App Engine
This is Rietveld 408576698