Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1141)

Unified Diff: blimp/net/blob_channel/blob_channel_integration_test.cc

Issue 2250433006: Re-write many calls to WrapUnique() with MakeUnique() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/net/blimp_message_thread_pipe_unittest.cc ('k') | blimp/net/engine_connection_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {}
« no previous file with comments | « blimp/net/blimp_message_thread_pipe_unittest.cc ('k') | blimp/net/engine_connection_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698