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

Unified Diff: mojo/edk/system/memory.cc

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/memory.cc
diff --git a/third_party/mojo/src/mojo/edk/system/memory.cc b/mojo/edk/system/memory.cc
similarity index 98%
copy from third_party/mojo/src/mojo/edk/system/memory.cc
copy to mojo/edk/system/memory.cc
index 0e3d9a9cb70a55cacc81ba7315dc6929e958e89f..2e8e7143fec4f83154bcfb7b9f930db9e5cb51c6 100644
--- a/third_party/mojo/src/mojo/edk/system/memory.cc
+++ b/mojo/edk/system/memory.cc
@@ -10,7 +10,7 @@
#include "build/build_config.h"
namespace mojo {
-namespace system {
+namespace edk {
namespace internal {
template <size_t alignment>
@@ -85,5 +85,5 @@ CheckUserPointerWithSize<8>(const void*, size_t);
#endif
} // namespace internal
-} // namespace system
+} // namespace edk
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698