Index: ipc/ipc_message_macros.h |
diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h |
index ea28d0c199bcaefac8511fb62fe3684d5db03b79..38f428e90aaa185f59cefe4fee46d9a5ed6546f4 100644 |
--- a/ipc/ipc_message_macros.h |
+++ b/ipc/ipc_message_macros.h |
@@ -249,7 +249,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(...) std::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 { \ |