summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_test_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_test_sink.h')
-rw-r--r--ipc/ipc_test_sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
index bac8943..c8c2114 100644
--- a/ipc/ipc_test_sink.h
+++ b/ipc/ipc_test_sink.h
@@ -46,7 +46,7 @@ class Message;
//
// IPC::Message* msg = test_sink.GetUniqueMessageMatching(IPC_REPLY_ID);
// ASSERT_TRUE(msg);
-// TupleTypes<ViewHostMsg_Foo::ReplyParam>::ValueType reply_data;
+// TupleTypes<ViewHostMsg_Foo::ReplyParam>::ValueTuple reply_data;
// EXPECT_TRUE(ViewHostMsg_Foo::ReadReplyParam(msg, &reply_data));
//
// You can also register to be notified when messages are posted to the sink.