Index: ipc/ipc_test_sink.h |
diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h |
index 75e582db6828295cf47ae99d108e170919396730..0781db0700b8720dde3d7d0dbf1631f14b69e142 100644 |
--- a/ipc/ipc_test_sink.h |
+++ b/ipc/ipc_test_sink.h |
@@ -45,7 +45,7 @@ class Message; |
// |
// IPC::Message* msg = test_sink.GetUniqueMessageMatching(IPC_REPLY_ID); |
// ASSERT_TRUE(msg); |
-// TupleTypes<ViewHostMsg_Foo::ReplyParam>::ValueTuple reply_data; |
+// base::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. |