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

Unified Diff: mojo/edk/embedder/configuration.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/embedder/configuration.h
diff --git a/third_party/mojo/src/mojo/edk/embedder/configuration.h b/mojo/edk/embedder/configuration.h
similarity index 98%
copy from third_party/mojo/src/mojo/edk/embedder/configuration.h
copy to mojo/edk/embedder/configuration.h
index 0f99e1f2c42c6dbdd3c6a47453a084e268f28fa4..c63d01840bf17f7a0d2b9f6218162d037598218c 100644
--- a/third_party/mojo/src/mojo/edk/embedder/configuration.h
+++ b/mojo/edk/embedder/configuration.h
@@ -8,7 +8,7 @@
#include <stddef.h>
namespace mojo {
-namespace embedder {
+namespace edk {
// A set of constants that the Mojo system internally uses. These values should
// be consistent across all processes on the same system.
@@ -62,7 +62,7 @@ struct Configuration {
size_t max_shared_memory_num_bytes;
};
-} // namespace embedder
+} // namespace edk
} // namespace mojo
#endif // MOJO_EDK_EMBEDDER_CONFIGURATION_H_

Powered by Google App Engine
This is Rietveld 408576698