| Index: components/autofill/common/form_data.h
|
| diff --git a/components/autofill/common/form_data.h b/components/autofill/common/form_data.h
|
| index 3a167295de985945f39ac58cb0da2de17cb1a974..73f71e3271bb43c58e264a9cfb15079c54716445 100644
|
| --- a/components/autofill/common/form_data.h
|
| +++ b/components/autofill/common/form_data.h
|
| @@ -8,6 +8,7 @@
|
| #include <vector>
|
|
|
| #include "base/string16.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
| #include "components/autofill/common/form_field_data.h"
|
| #include "content/public/common/ssl_status.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -15,7 +16,7 @@
|
| namespace autofill {
|
|
|
| // Holds information about a form to be filled and/or submitted.
|
| -struct FormData {
|
| +struct AUTOFILL_EXPORT FormData {
|
| FormData();
|
| FormData(const FormData& data);
|
| ~FormData();
|
|
|