| Index: components/autofill/browser/field_types.h
|
| diff --git a/components/autofill/browser/field_types.h b/components/autofill/browser/field_types.h
|
| index c84dad0f985979536c9261d77bc6f8e793ec8456..77ac5214da9758ab7ff9b9c7916355b5a0b2275e 100644
|
| --- a/components/autofill/browser/field_types.h
|
| +++ b/components/autofill/browser/field_types.h
|
| @@ -8,6 +8,8 @@
|
| #include <set>
|
| #include <string>
|
|
|
| +#include "components/autofill/common/autofill_export.h"
|
| +
|
| namespace autofill {
|
|
|
| // NOTE: This list MUST not be modified. The server aggregates and stores these
|
| @@ -16,7 +18,7 @@ namespace autofill {
|
| // up to date with the Autofill server list.
|
| //
|
| // This is the list of all valid field types.
|
| -enum AutofillFieldType {
|
| +enum AUTOFILL_EXPORT AutofillFieldType {
|
| // Server indication that it has no data for the requested field.
|
| NO_SERVER_DATA = 0,
|
| // Client indication that the text entered did not match anything in the
|
|
|