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

Unified Diff: mojo/edk/system/memory.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/memory.h
diff --git a/third_party/mojo/src/mojo/edk/system/memory.h b/mojo/edk/system/memory.h
similarity index 99%
copy from third_party/mojo/src/mojo/edk/system/memory.h
copy to mojo/edk/system/memory.h
index 31d67cc94d84d32d1e44928c225f2801b9ee2fbb..e5b4a6d8d8c5a6f7b17a20ff7de684b6cc2300fd 100644
--- a/third_party/mojo/src/mojo/edk/system/memory.h
+++ b/mojo/edk/system/memory.h
@@ -15,7 +15,7 @@
#include "mojo/public/cpp/system/macros.h"
namespace mojo {
-namespace system {
+namespace edk {
namespace internal {
@@ -371,7 +371,7 @@ class UserPointerReaderWriter {
MOJO_DISALLOW_COPY_AND_ASSIGN(UserPointerReaderWriter);
};
-} // namespace system
+} // namespace edk
} // namespace mojo
#endif // MOJO_EDK_SYSTEM_MEMORY_H_

Powered by Google App Engine
This is Rietveld 408576698