| Index: ipc/ipc_sync_message_unittest.h
|
| diff --git a/ipc/ipc_sync_message_unittest.h b/ipc/ipc_sync_message_unittest.h
|
| index c77d0f817bbce8d3f77fd4505eba92ac357990ac..d9263c5974a5f01ceb6c5740f89e66673743a865 100644
|
| --- a/ipc/ipc_sync_message_unittest.h
|
| +++ b/ipc/ipc_sync_message_unittest.h
|
| @@ -111,4 +111,5 @@ IPC_SYNC_MESSAGE_ROUTED3_4(Msg_R_3_4, bool, int, std::string, int, bool,
|
| std::string, bool)
|
|
|
| IPC_MESSAGE_CONTROL1(SyncChannelTestMsg_Ping, int)
|
| +IPC_SYNC_MESSAGE_CONTROL1_1(SyncChannelTestMsg_PingTTL, int, int)
|
| IPC_SYNC_MESSAGE_CONTROL0_0(SyncChannelTestMsg_Done)
|
|
|