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

Unified Diff: mojo/system/channel.h

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/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/system/channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/channel.h
diff --git a/mojo/system/channel.h b/mojo/system/channel.h
index b52767a55a07abbafeabfe5140707a19ebb70a1a..537564c541d4c3680c57d688f92ca51440aac733 100644
--- a/mojo/system/channel.h
+++ b/mojo/system/channel.h
@@ -68,7 +68,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Channel
// bidirectional communication channel (e.g., a socket on POSIX, a named pipe
// on Windows). Returns true on success. On failure, no other methods should
// be called (including |Shutdown()|).
- bool Init(ScopedPlatformHandle handle);
+ bool Init(embedder::ScopedPlatformHandle handle);
// This must be called on the creation thread before destruction (which can
// happen on any thread).
« no previous file with comments | « mojo/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/system/channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698