| 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.
|
|
|