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

Unified Diff: ipc/ipc_test_base.cc

Issue 2255143002: Re-write many calls to WrapUnique() with MakeUnique() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « ipc/ipc_perftest_support.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « ipc/ipc_perftest_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698