| Index: blimp/net/blob_channel/blob_channel_integration_test.cc
|
| diff --git a/blimp/net/blob_channel/blob_channel_integration_test.cc b/blimp/net/blob_channel/blob_channel_integration_test.cc
|
| index 4c616c405670ae90dc89c58b800c53910ca48af5..db06cc0d027248c565a679289affe0a0e0e6d596 100644
|
| --- a/blimp/net/blob_channel/blob_channel_integration_test.cc
|
| +++ b/blimp/net/blob_channel/blob_channel_integration_test.cc
|
| @@ -71,7 +71,7 @@ class BlobChannelIntegrationTest : public testing::Test {
|
|
|
| sender_.reset(new BlobChannelSenderImpl(
|
| base::WrapUnique(new InMemoryBlobCache),
|
| - base::WrapUnique(new SenderDelegateProxy(receiver_.get()))));
|
| + base::MakeUnique<SenderDelegateProxy>(receiver_.get())));
|
| }
|
|
|
| ~BlobChannelIntegrationTest() override {}
|
|
|