| Index: components/autofill/core/common/form_field_data.cc
|
| diff --git a/components/autofill/core/common/form_field_data.cc b/components/autofill/core/common/form_field_data.cc
|
| index 9d3bc9388b8ac49c659a40c949c25e2d0e67ac73..bd29ad68656e55f53b488e4560ae3482a6024373 100644
|
| --- a/components/autofill/core/common/form_field_data.cc
|
| +++ b/components/autofill/core/common/form_field_data.cc
|
| @@ -90,6 +90,8 @@ FormFieldData::FormFieldData()
|
| text_direction(base::i18n::UNKNOWN_DIRECTION) {
|
| }
|
|
|
| +FormFieldData::FormFieldData(const FormFieldData& other) = default;
|
| +
|
| FormFieldData::~FormFieldData() {
|
| }
|
|
|
|
|