| Index: ipc/ipc_perftest_support.cc
|
| diff --git a/ipc/ipc_perftest_support.cc b/ipc/ipc_perftest_support.cc
|
| index ec6f9d1776e2cbe6f93834538cea1922a75883d1..dbff6275b1f10b5bd01b5e453ce3b6cf53ad45fa 100644
|
| --- a/ipc/ipc_perftest_support.cc
|
| +++ b/ipc/ipc_perftest_support.cc
|
| @@ -289,7 +289,7 @@ void IPCChannelPerfTestBase::RunTestChannelProxyPingPong(
|
| const std::vector<PingPongTestParams>& params) {
|
| io_thread_.reset(new base::TestIOThread(base::TestIOThread::kAutoStart));
|
| InitWithCustomMessageLoop("PerformanceClient",
|
| - base::WrapUnique(new base::MessageLoop()));
|
| + base::MakeUnique<base::MessageLoop>());
|
|
|
| // Set up IPC channel and start client.
|
| PerformanceChannelListener listener("ChannelProxy");
|
|
|