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

Unified Diff: mojo/public/system/core_private.h

Issue 133453003: Mojo: Change "handle_[01]" -> "handle[01]". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fix 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/public/system/core.h ('k') | mojo/public/system/core_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/system/core_private.h
diff --git a/mojo/public/system/core_private.h b/mojo/public/system/core_private.h
index b2608ea2e309efe3dd80d2aec835177581baa6f7..7e39accf12a7544b36a38abfe39db91fd7c54dab 100644
--- a/mojo/public/system/core_private.h
+++ b/mojo/public/system/core_private.h
@@ -29,8 +29,8 @@ class MOJO_SYSTEM_EXPORT Core {
const MojoWaitFlags* flags,
uint32_t num_handles,
MojoDeadline deadline) = 0;
- virtual MojoResult CreateMessagePipe(MojoHandle* message_pipe_handle_0,
- MojoHandle* message_pipe_handle_1) = 0;
+ virtual MojoResult CreateMessagePipe(MojoHandle* message_pipe_handle0,
+ MojoHandle* message_pipe_handle1) = 0;
virtual MojoResult WriteMessage(MojoHandle message_pipe_handle,
const void* bytes,
uint32_t num_bytes,
« no previous file with comments | « mojo/public/system/core.h ('k') | mojo/public/system/core_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698