Index: mojo/edk/system/multiprocess_message_pipe_unittest.cc |
diff --git a/mojo/system/multiprocess_message_pipe_unittest.cc b/mojo/edk/system/multiprocess_message_pipe_unittest.cc |
similarity index 97% |
rename from mojo/system/multiprocess_message_pipe_unittest.cc |
rename to mojo/edk/system/multiprocess_message_pipe_unittest.cc |
index 3d40f33fed5707d6c8c21d376a8e4b7c11856fba..2f22d6737e7c13b393c0f5d10568f3c863447aff 100644 |
--- a/mojo/system/multiprocess_message_pipe_unittest.cc |
+++ b/mojo/edk/system/multiprocess_message_pipe_unittest.cc |
@@ -18,17 +18,17 @@ |
#include "base/logging.h" |
#include "base/macros.h" |
#include "build/build_config.h" // TODO(vtl): Remove this. |
-#include "mojo/common/test/test_utils.h" |
-#include "mojo/embedder/platform_shared_buffer.h" |
-#include "mojo/embedder/scoped_platform_handle.h" |
-#include "mojo/system/channel.h" |
-#include "mojo/system/dispatcher.h" |
-#include "mojo/system/message_pipe.h" |
-#include "mojo/system/message_pipe_test_utils.h" |
-#include "mojo/system/platform_handle_dispatcher.h" |
-#include "mojo/system/raw_channel.h" |
-#include "mojo/system/shared_buffer_dispatcher.h" |
-#include "mojo/system/test_utils.h" |
+#include "mojo/edk/embedder/platform_shared_buffer.h" |
+#include "mojo/edk/embedder/scoped_platform_handle.h" |
+#include "mojo/edk/system/channel.h" |
+#include "mojo/edk/system/dispatcher.h" |
+#include "mojo/edk/system/message_pipe.h" |
+#include "mojo/edk/system/message_pipe_test_utils.h" |
+#include "mojo/edk/system/platform_handle_dispatcher.h" |
+#include "mojo/edk/system/raw_channel.h" |
+#include "mojo/edk/system/shared_buffer_dispatcher.h" |
+#include "mojo/edk/system/test_utils.h" |
+#include "mojo/edk/test/test_utils.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace mojo { |