| Index: ipc/attachment_broker_messages.h
|
| diff --git a/ipc/attachment_broker_messages.h b/ipc/attachment_broker_messages.h
|
| index 30ae04e385c925d316ffd0cf93ddcf28a61393d1..ee136812f44adf5da2da1e848caa5ecf791b146e 100644
|
| --- a/ipc/attachment_broker_messages.h
|
| +++ b/ipc/attachment_broker_messages.h
|
| @@ -6,6 +6,7 @@
|
| // Multiply-included message file, hence no include guard.
|
|
|
| #include "ipc/brokerable_attachment.h"
|
| +#include "ipc/ipc_export.h"
|
| #include "ipc/ipc_message_macros.h"
|
|
|
| #if defined(OS_WIN)
|
| @@ -24,6 +25,8 @@ IPC_STRUCT_TRAITS_MEMBER(attachment_id)
|
| IPC_STRUCT_TRAITS_END()
|
| #endif // defined(OS_WIN)
|
|
|
| +#undef IPC_MESSAGE_EXPORT
|
| +#define IPC_MESSAGE_EXPORT IPC_EXPORT
|
| #define IPC_MESSAGE_START AttachmentBrokerMsgStart
|
|
|
| // ----------------------------------------------------------------------------
|
|
|