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

Unified Diff: mojo/edk/system/handle_signals_state.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/handle_signals_state.h
diff --git a/third_party/mojo/src/mojo/edk/system/handle_signals_state.h b/mojo/edk/system/handle_signals_state.h
similarity index 97%
copy from third_party/mojo/src/mojo/edk/system/handle_signals_state.h
copy to mojo/edk/system/handle_signals_state.h
index 78a3d65529edbea9679809152f2b7f801a5494f9..1c47a288c1e27914798e2f8395f2122b873a5172 100644
--- a/third_party/mojo/src/mojo/edk/system/handle_signals_state.h
+++ b/mojo/edk/system/handle_signals_state.h
@@ -9,7 +9,7 @@
#include "mojo/public/c/system/types.h"
namespace mojo {
-namespace system {
+namespace edk {
// Just "add" some constructors and methods to the C struct
// |MojoHandleSignalsState| (for convenience). This should add no overhead.
@@ -43,7 +43,7 @@ struct MOJO_SYSTEM_IMPL_EXPORT HandleSignalsState final
static_assert(sizeof(HandleSignalsState) == sizeof(MojoHandleSignalsState),
"HandleSignalsState should add no overhead");
-} // namespace system
+} // namespace edk
} // namespace mojo
#endif // MOJO_EDK_SYSTEM_HANDLE_SIGNALS_STATE_H_

Powered by Google App Engine
This is Rietveld 408576698