Index: ipc/ipc_message.h |
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h |
index cace8d37da663b55b45365e79742325d09e512b9..22d1c99da98824de7883d59c97a1ec14ce5be47c 100644 |
--- a/ipc/ipc_message.h |
+++ b/ipc/ipc_message.h |
@@ -13,7 +13,6 @@ |
#include "base/memory/ref_counted.h" |
#include "base/pickle.h" |
#include "base/trace_event/trace_event.h" |
-#include "ipc/attachment_broker.h" |
#include "ipc/brokerable_attachment.h" |
#include "ipc/ipc_export.h" |
@@ -269,7 +268,7 @@ |
int32_t routing; // ID of the view that this message is destined for |
uint32_t type; // specifies the user-defined message type |
uint32_t flags; // specifies control flags for the message |
-#if USE_ATTACHMENT_BROKER |
+#if defined(OS_MACOSX) |
// The number of brokered attachments included with this message. The |
// ids of the brokered attachment ids are sent immediately after the pickled |
// message, before the next pickled message is sent. |