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

Unified Diff: mojo/edk/system/options_validation.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/options_validation.h
diff --git a/third_party/mojo/src/mojo/edk/system/options_validation.h b/mojo/edk/system/options_validation.h
similarity index 99%
copy from third_party/mojo/src/mojo/edk/system/options_validation.h
copy to mojo/edk/system/options_validation.h
index 6a0dae450b8dac116596c28d7d0bcf76136417d6..dcd77991ab0370d347bf5ce22b266e2b48e68ea3 100644
--- a/third_party/mojo/src/mojo/edk/system/options_validation.h
+++ b/mojo/edk/system/options_validation.h
@@ -23,7 +23,7 @@
#include "mojo/public/cpp/system/macros.h"
namespace mojo {
-namespace system {
+namespace edk {
template <class Options>
class UserOptionsReader {
@@ -96,7 +96,7 @@ class UserOptionsReader {
#define OPTIONS_STRUCT_HAS_MEMBER(Options, member, reader) \
reader.HasMember(offsetof(Options, member), sizeof(reader.options().member))
-} // namespace system
+} // namespace edk
} // namespace mojo
#endif // MOJO_EDK_SYSTEM_OPTIONS_VALIDATION_H_

Powered by Google App Engine
This is Rietveld 408576698