| Index: components/autofill/common/form_field_data_predictions.h
|
| diff --git a/components/autofill/common/form_field_data_predictions.h b/components/autofill/common/form_field_data_predictions.h
|
| index adff09c6ddf32d723e0b2a33e538402b6958d0b7..f85509d6a37787fee97ca5a7b6da95a52a048df4 100644
|
| --- a/components/autofill/common/form_field_data_predictions.h
|
| +++ b/components/autofill/common/form_field_data_predictions.h
|
| @@ -8,12 +8,13 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "components/autofill/common/autofill_export.h"
|
| #include "components/autofill/common/form_field_data.h"
|
|
|
| namespace autofill {
|
|
|
| // Stores information about a field in a form.
|
| -struct FormFieldDataPredictions {
|
| +struct AUTOFILL_EXPORT FormFieldDataPredictions {
|
| FormFieldDataPredictions();
|
| FormFieldDataPredictions(const FormFieldDataPredictions& other);
|
| ~FormFieldDataPredictions();
|
|
|