Chromium Code Reviews| Index: ipc/attachment_broker_messages.h |
| diff --git a/ipc/attachment_broker_messages.h b/ipc/attachment_broker_messages.h |
| index a6301c2da134f18be82d5563b5e8f2a54be774ba..fcb76febfb4b6b331ef8960c24d49ac6d31429c0 100644 |
| --- a/ipc/attachment_broker_messages.h |
| +++ b/ipc/attachment_broker_messages.h |
| @@ -18,6 +18,10 @@ |
| #include "ipc/mach_port_attachment_mac.h" |
| #endif // defined(OS_MACOSX) |
| +#undef IPC_MESSAGE_EXPORT |
|
danakj
2015/12/19 00:15:06
Why is this moved?
mdempsky
2015/12/19 02:14:48
I was trying to fix the Windows component build an
|
| +#define IPC_MESSAGE_EXPORT IPC_EXPORT |
| +#define IPC_MESSAGE_START AttachmentBrokerMsgStart |
| + |
| // ---------------------------------------------------------------------------- |
| // Serialization of structs. |
| // ---------------------------------------------------------------------------- |
| @@ -42,10 +46,6 @@ IPC_STRUCT_TRAITS_BEGIN(IPC::internal::MachPortAttachmentMac::WireFormat) |
| IPC_STRUCT_TRAITS_END() |
| #endif // defined(OS_MACOSX) |
| -#undef IPC_MESSAGE_EXPORT |
| -#define IPC_MESSAGE_EXPORT IPC_EXPORT |
| -#define IPC_MESSAGE_START AttachmentBrokerMsgStart |
| - |
| // ---------------------------------------------------------------------------- |
| // Messages sent from the broker to a non-broker process. |
| // ---------------------------------------------------------------------------- |