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

Side by Side Diff: mojo/public/system/core.h

Issue 23629032: mojo: MessageBuilder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New and improved directory structure and file names. Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #ifndef MOJO_PUBLIC_SYSTEM_CORE_H_
2 #define MOJO_PUBLIC_SYSTEM_CORE_H_
3
4 #include <stdint.h>
5
6 typedef uint32_t MojoHandle;
7
8 #ifdef __cplusplus
9 namespace mojo {
10
11 struct Handle { MojoHandle value; };
12
13 } // namespace mojo
14 #endif
15
16 #endif // MOJO_PUBLIC_SYSTEM_CORE_H_
OLDNEW
« mojo/public/libs/message/message_builder.cc ('K') | « mojo/public/libs/message/message_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698