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

Unified Diff: mojo/system/channel.cc

Issue 137063010: Mojo: Move platform handle/channel stuff in system to embedder namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « mojo/system/channel.h ('k') | mojo/system/embedder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/channel.cc
diff --git a/mojo/system/channel.cc b/mojo/system/channel.cc
index 8c2c6b760e24935d5482b61d7e4d61f19f6abed5..89ba42b56a0dba50e5f6305d856695660512fb9e 100644
--- a/mojo/system/channel.cc
+++ b/mojo/system/channel.cc
@@ -37,7 +37,7 @@ Channel::Channel()
: next_local_id_(kBootstrapEndpointId) {
}
-bool Channel::Init(ScopedPlatformHandle handle) {
+bool Channel::Init(embedder::ScopedPlatformHandle handle) {
DCHECK(creation_thread_checker_.CalledOnValidThread());
// No need to take |lock_|, since this must be called before this object
« no previous file with comments | « mojo/system/channel.h ('k') | mojo/system/embedder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698