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

Unified Diff: mojo/edk/test/scoped_ipc_support.cc

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 | « mojo/edk/test/scoped_ipc_support.h ('k') | mojo/edk/test/test_support_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/scoped_ipc_support.cc
diff --git a/mojo/edk/test/scoped_ipc_support.cc b/mojo/edk/test/scoped_ipc_support.cc
index c252529b6c7d83c21a4c16ee638b92ee5122d598..c4168755e2e7447cd8aedd870cb08793462fa7ad 100644
--- a/mojo/edk/test/scoped_ipc_support.cc
+++ b/mojo/edk/test/scoped_ipc_support.cc
@@ -32,8 +32,7 @@ void ScopedIPCSupportHelper::Init(
scoped_refptr<base::TaskRunner> io_thread_task_runner) {
io_thread_task_runner_ = io_thread_task_runner;
// Note: Run delegate methods on the I/O thread.
- InitIPCSupport(io_thread_task_runner_, process_delegate,
- io_thread_task_runner_);
+ InitIPCSupport(process_delegate, io_thread_task_runner_);
}
void ScopedIPCSupportHelper::OnShutdownCompleteImpl() {
« no previous file with comments | « mojo/edk/test/scoped_ipc_support.h ('k') | mojo/edk/test/test_support_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698