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

Unified Diff: mojo/edk/system/message_in_transit_test_utils.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/message_in_transit_test_utils.h
diff --git a/third_party/mojo/src/mojo/edk/system/message_in_transit_test_utils.h b/mojo/edk/system/message_in_transit_test_utils.h
similarity index 96%
copy from third_party/mojo/src/mojo/edk/system/message_in_transit_test_utils.h
copy to mojo/edk/system/message_in_transit_test_utils.h
index 283783871ff76ad504db40e00b07d28b15861620..079d27b94eb825c3302f9dde60de3233ccb86de4 100644
--- a/third_party/mojo/src/mojo/edk/system/message_in_transit_test_utils.h
+++ b/mojo/edk/system/message_in_transit_test_utils.h
@@ -9,7 +9,7 @@
#include "mojo/edk/system/message_in_transit.h"
namespace mojo {
-namespace system {
+namespace edk {
namespace test {
// Makes a test message. It will be of type
@@ -29,7 +29,7 @@ void VerifyTestMessage(const MessageInTransit* message, unsigned id);
bool IsTestMessage(MessageInTransit* message, unsigned* id);
} // namespace test
-} // namespace system
+} // namespace edk
} // namespace mojo
#endif // MOJO_EDK_SYSTEM_MESSAGE_IN_TRANSIT_TEST_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698