| Index: ipc/ipc_test_messages.h
|
| diff --git a/ipc/ipc_test_messages.h b/ipc/ipc_test_messages.h
|
| index 62af91375f66d18fc346cb960a455e33a6bbe6f4..a61d1b013d2434b83317eb60a0f2240aac3a5e13 100644
|
| --- a/ipc/ipc_test_messages.h
|
| +++ b/ipc/ipc_test_messages.h
|
| @@ -9,10 +9,12 @@
|
| #define IPC_MESSAGE_START IPCTestMsgStart
|
|
|
| #if defined(OS_WIN)
|
| +#include "base/memory/shared_memory_handle.h"
|
| #include "ipc/handle_win.h"
|
|
|
| IPC_MESSAGE_CONTROL3(TestHandleWinMsg, int, IPC::HandleWin, int)
|
| IPC_MESSAGE_CONTROL2(TestTwoHandleWinMsg, IPC::HandleWin, IPC::HandleWin)
|
| +IPC_MESSAGE_CONTROL1(TestSharedMemoryHandleMsg1, base::SharedMemoryHandle)
|
| #endif // defined(OS_WIN)
|
|
|
| #if defined(OS_MACOSX)
|
|
|