Index: mojo/edk/system/message_pipe_dispatcher_unittest.cc |
diff --git a/mojo/system/message_pipe_dispatcher_unittest.cc b/mojo/edk/system/message_pipe_dispatcher_unittest.cc |
similarity index 99% |
rename from mojo/system/message_pipe_dispatcher_unittest.cc |
rename to mojo/edk/system/message_pipe_dispatcher_unittest.cc |
index f0eb1eb41c1d1bf0a5263bd2b97afafcc44a240b..96ca4367d855ff2e02b4f58d67a0a5014d4cf975 100644 |
--- a/mojo/system/message_pipe_dispatcher_unittest.cc |
+++ b/mojo/edk/system/message_pipe_dispatcher_unittest.cc |
@@ -7,7 +7,7 @@ |
// increase tolerance and reduce observed flakiness (though doing so reduces the |
// meaningfulness of the test). |
-#include "mojo/system/message_pipe_dispatcher.h" |
+#include "mojo/edk/system/message_pipe_dispatcher.h" |
#include <string.h> |
@@ -19,10 +19,10 @@ |
#include "base/threading/platform_thread.h" // For |Sleep()|. |
#include "base/threading/simple_thread.h" |
#include "base/time/time.h" |
-#include "mojo/system/message_pipe.h" |
-#include "mojo/system/test_utils.h" |
-#include "mojo/system/waiter.h" |
-#include "mojo/system/waiter_test_utils.h" |
+#include "mojo/edk/system/message_pipe.h" |
+#include "mojo/edk/system/test_utils.h" |
+#include "mojo/edk/system/waiter.h" |
+#include "mojo/edk/system/waiter_test_utils.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace mojo { |