Index: content/common/child_process_messages.h |
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
index e0dbe865587a7348f171125c58639ab57eb338c4..cc91c0eafb9e3e2e3ca87551f81015b993f347d8 100644 |
--- a/content/common/child_process_messages.h |
+++ b/content/common/child_process_messages.h |
@@ -15,7 +15,7 @@ |
#include "content/common/content_export.h" |
#include "content/common/host_discardable_shared_memory_manager.h" |
#include "gpu/command_buffer/common/sync_token.h" |
-#include "ipc/ipc_message_macros.h" |
+#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_platform_file.h" |
#include "ui/gfx/gpu_memory_buffer.h" |
#include "ui/gfx/ipc/gfx_param_traits.h" |
@@ -128,11 +128,9 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetIOSurfaceManagerToken, |
content::IOSurfaceManagerToken /* token */) |
#endif |
-#if defined(OS_WIN) |
-// Sends a pipe used by the child process to broker passing of Mojo handles. |
-IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetMojoParentPipeHandle, |
+// Sends a pipe used by the child process to broker passing of Mojo handles. |
+IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetMojoParentPipeHandle, |
IPC::PlatformFileForTransit /* handle */) |
-#endif |
#if defined(USE_OZONE) |
// Sent to child processes to initialize ClientNativePixmapFactory using |