| Index: ipc/ipc_perftest_support.cc
|
| diff --git a/ipc/ipc_perftest_support.cc b/ipc/ipc_perftest_support.cc
|
| index 5ae4076a22ececf52d044de7f02473557143713e..31a37a7ad03e659616d1d28a5737c946894e08a5 100644
|
| --- a/ipc/ipc_perftest_support.cc
|
| +++ b/ipc/ipc_perftest_support.cc
|
| @@ -327,8 +327,8 @@ PingPongTestClient::~PingPongTestClient() {
|
|
|
| scoped_ptr<Channel> PingPongTestClient::CreateChannel(
|
| Listener* listener) {
|
| - return Channel::CreateClient(
|
| - IPCTestBase::GetChannelName("PerformanceClient"), listener);
|
| + return Channel::CreateClient(IPCTestBase::GetChannelName("PerformanceClient"),
|
| + listener, nullptr);
|
| }
|
|
|
| int PingPongTestClient::RunMain() {
|
|
|