| Index: ipc/ipc_test_base.cc
|
| diff --git a/ipc/ipc_test_base.cc b/ipc/ipc_test_base.cc
|
| index 15216774f2af7f3ff264ffa46917cb00908c8425..880e49555efe35fee6abcfd552bf512b92f77e89 100644
|
| --- a/ipc/ipc_test_base.cc
|
| +++ b/ipc/ipc_test_base.cc
|
| @@ -38,7 +38,7 @@ void IPCTestBase::TearDown() {
|
|
|
| void IPCTestBase::Init(const std::string& test_client_name) {
|
| InitWithCustomMessageLoop(test_client_name,
|
| - base::WrapUnique(new base::MessageLoopForIO()));
|
| + base::MakeUnique<base::MessageLoopForIO>());
|
| }
|
|
|
| void IPCTestBase::InitWithCustomMessageLoop(
|
|
|