| Index: components/autofill/common/form_field_data.h
|
| diff --git a/components/autofill/common/form_field_data.h b/components/autofill/common/form_field_data.h
|
| index e1272cac0785931c2e204128d717c320115e3d54..3d81a9482b500b09b7dc52ac8e9bd99e13832bfe 100644
|
| --- a/components/autofill/common/form_field_data.h
|
| +++ b/components/autofill/common/form_field_data.h
|
| @@ -8,11 +8,12 @@
|
| #include <vector>
|
|
|
| #include "base/string16.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
|
|
| namespace autofill {
|
|
|
| // Stores information about a field in a form.
|
| -struct FormFieldData {
|
| +struct AUTOFILL_EXPORT FormFieldData {
|
| FormFieldData();
|
| ~FormFieldData();
|
|
|
|
|