| Index: ipc/ipc_perftest_support.cc
|
| diff --git a/ipc/ipc_perftest_support.cc b/ipc/ipc_perftest_support.cc
|
| index 2e31873536e9e97308afa98858f297e2603afeae..3af0a1fa948bc567962d8be9c66323f5bc1bd746 100644
|
| --- a/ipc/ipc_perftest_support.cc
|
| +++ b/ipc/ipc_perftest_support.cc
|
| @@ -328,7 +328,7 @@ PingPongTestClient::~PingPongTestClient() {
|
| scoped_ptr<Channel> PingPongTestClient::CreateChannel(
|
| Listener* listener) {
|
| return Channel::CreateClient(IPCTestBase::GetChannelName("PerformanceClient"),
|
| - listener, nullptr);
|
| + listener);
|
| }
|
|
|
| int PingPongTestClient::RunMain() {
|
|
|