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

Unified Diff: mojo/edk/system/slave_connection_manager.cc

Issue 1462083003: Add //mojo/edk/platform and move platform_task_runners.h there. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update readme 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
Index: mojo/edk/system/slave_connection_manager.cc
diff --git a/mojo/edk/system/slave_connection_manager.cc b/mojo/edk/system/slave_connection_manager.cc
index 6cee86b1d7855b3006fb30505272f454695ec645..0018a60b0167e9938ed8c303eff244c057e21e23 100644
--- a/mojo/edk/system/slave_connection_manager.cc
+++ b/mojo/edk/system/slave_connection_manager.cc
@@ -15,6 +15,7 @@
#include "mojo/edk/system/message_in_transit.h"
#include "mojo/edk/util/make_unique.h"
+using mojo::platform::TaskRunner;
using mojo::util::MutexLocker;
using mojo::util::RefPtr;
@@ -46,7 +47,7 @@ SlaveConnectionManager::~SlaveConnectionManager() {
}
void SlaveConnectionManager::Init(
- RefPtr<embedder::PlatformTaskRunner>&& delegate_thread_task_runner,
+ RefPtr<TaskRunner>&& delegate_thread_task_runner,
embedder::SlaveProcessDelegate* slave_process_delegate,
embedder::ScopedPlatformHandle platform_handle) {
DCHECK(delegate_thread_task_runner);

Powered by Google App Engine
This is Rietveld 408576698