| Index: ipc/ipc_message_macros.h
|
| diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h
|
| index a573265bd2b14bf0eeffb736a1c688ab2b6e3b59..71c8e4fc420a9f5ca22553e26aa67c683ad988d5 100644
|
| --- a/ipc/ipc_message_macros.h
|
| +++ b/ipc/ipc_message_macros.h
|
| @@ -248,7 +248,7 @@
|
| #define IPC_SYNC_MESSAGE_ROUTED(msg_class, in, out) \
|
| IPC_MESSAGE_DECL(msg_class, ROUTED, IPC_TUPLE in, IPC_TUPLE out)
|
|
|
| -#define IPC_TUPLE(...) base::Tuple<__VA_ARGS__>
|
| +#define IPC_TUPLE(...) IPC::CheckedTuple<__VA_ARGS__>::Tuple
|
|
|
| #define IPC_MESSAGE_DECL(msg_name, kind, in_tuple, out_tuple) \
|
| struct IPC_MESSAGE_EXPORT msg_name##_Meta { \
|
|
|