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

Unified Diff: mojo/system/embedder.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/system/channel.cc ('k') | mojo/system/embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/embedder.h
diff --git a/mojo/system/embedder.h b/mojo/system/embedder.h
index 2431ba2b0279735d6c126d914be777dc5fe9b0b7..12cf2b2b6f3a82588ec24a3d772fe95f7132f1bd 100644
--- a/mojo/system/embedder.h
+++ b/mojo/system/embedder.h
@@ -43,7 +43,7 @@ MOJO_SYSTEM_IMPL_EXPORT void Init();
struct ChannelInfo;
typedef base::Callback<void(ChannelInfo*)> DidCreateChannelOnIOThreadCallback;
MOJO_SYSTEM_IMPL_EXPORT MojoHandle CreateChannel(
- system::ScopedPlatformHandle platform_handle,
+ ScopedPlatformHandle platform_handle,
scoped_refptr<base::TaskRunner> io_thread_task_runner,
DidCreateChannelOnIOThreadCallback callback);
« no previous file with comments | « mojo/system/channel.cc ('k') | mojo/system/embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698