| Index: blimp/net/blimp_message_thread_pipe_unittest.cc
|
| diff --git a/blimp/net/blimp_message_thread_pipe_unittest.cc b/blimp/net/blimp_message_thread_pipe_unittest.cc
|
| index 6c5caf03e59fbeafb1c9aaddd7c195e730687ac1..2f0b87181278ed87f51fc790540366568a4f7127 100644
|
| --- a/blimp/net/blimp_message_thread_pipe_unittest.cc
|
| +++ b/blimp/net/blimp_message_thread_pipe_unittest.cc
|
| @@ -32,7 +32,7 @@ class BlimpMessageThreadPipeTest : public testing::Test {
|
| // Note that none of this will "touch" the target processor, so it's
|
| // safe to do here, before EXPECT_CALL() expectations are set up.
|
| ASSERT_TRUE(thread_.Start());
|
| - pipe_ = base::WrapUnique(new BlimpMessageThreadPipe(thread_.task_runner()));
|
| + pipe_ = base::MakeUnique<BlimpMessageThreadPipe>(thread_.task_runner());
|
| proxy_ = pipe_->CreateProxy();
|
|
|
| thread_.task_runner()->PostTask(
|
|
|