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

Unified Diff: mojo/edk/system/process_identifier.h

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to mojo::edk namespace in preparation for runtim flag Created 5 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 side-by-side diff with in-line comments
Download patch
Index: mojo/edk/system/process_identifier.h
diff --git a/third_party/mojo/src/mojo/edk/system/process_identifier.h b/mojo/edk/system/process_identifier.h
similarity index 94%
copy from third_party/mojo/src/mojo/edk/system/process_identifier.h
copy to mojo/edk/system/process_identifier.h
index 73ed3351b4499649a821604d6421942dbc46a858..91ee9728490e7f7201825bb81596674332a65b0e 100644
--- a/third_party/mojo/src/mojo/edk/system/process_identifier.h
+++ b/mojo/edk/system/process_identifier.h
@@ -8,7 +8,7 @@
#include <stdint.h>
namespace mojo {
-namespace system {
+namespace edk {
// Identifiers for processes (note that these are not OS process IDs):
using ProcessIdentifier = uint64_t;
@@ -19,7 +19,7 @@ const ProcessIdentifier kInvalidProcessIdentifier = 0;
// The master process will always have this process identifier.
const ProcessIdentifier kMasterProcessIdentifier = 1;
-} // namespace system
+} // namespace edk
} // namespace mojo
#endif // MOJO_EDK_SYSTEM_PROCESS_IDENTIFIER_H_

Powered by Google App Engine
This is Rietveld 408576698