| Index: components/autofill/common/autofill_messages.h
|
| diff --git a/components/autofill/common/autofill_messages.h b/components/autofill/common/autofill_messages.h
|
| index 6b91af478bd7f2ec7d96eb50642c22346a7b2a6c..023d8dbbea69c6930d7daa19a72f8f4adb15bc55 100644
|
| --- a/components/autofill/common/autofill_messages.h
|
| +++ b/components/autofill/common/autofill_messages.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "base/time.h"
|
| #include "components/autofill/common/autocheckout_status.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
| #include "components/autofill/common/form_data.h"
|
| #include "components/autofill/common/form_data_predictions.h"
|
| #include "components/autofill/common/form_field_data.h"
|
| @@ -24,6 +25,9 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| +#undef IPC_MESSAGE_EXPORT
|
| +#define IPC_MESSAGE_EXPORT AUTOFILL_EXPORT
|
| +
|
| #define IPC_MESSAGE_START AutofillMsgStart
|
|
|
| IPC_ENUM_TRAITS(autofill::AutocheckoutStatus)
|
|
|