| Index: components/autofill/common/form_data_predictions.h
|
| diff --git a/components/autofill/common/form_data_predictions.h b/components/autofill/common/form_data_predictions.h
|
| index 3e4c5bb79c783e9f9810847dc651aef182a8648b..bd1d75fb3fcac6155387d06c5020d12f3f2def10 100644
|
| --- a/components/autofill/common/form_data_predictions.h
|
| +++ b/components/autofill/common/form_data_predictions.h
|
| @@ -8,13 +8,14 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "components/autofill/common/autofill_export.h"
|
| #include "components/autofill/common/form_data.h"
|
| #include "components/autofill/common/form_field_data_predictions.h"
|
|
|
| namespace autofill {
|
|
|
| // Holds information about a form to be filled and/or submitted.
|
| -struct FormDataPredictions {
|
| +struct AUTOFILL_EXPORT FormDataPredictions {
|
| // Data for this form.
|
| FormData data;
|
| // The form signature for communication with the crowdsourcing server.
|
|
|