Index: third_party/mojo/src/mojo/edk/system/remote_data_pipe_impl_unittest.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/remote_data_pipe_impl_unittest.cc b/third_party/mojo/src/mojo/edk/system/remote_data_pipe_impl_unittest.cc |
index e6a3179511c0435c63411ab25363c2ebc5c4aa30..b041e00afb18787e8b2f619f903ac9c9454f64d4 100644 |
--- a/third_party/mojo/src/mojo/edk/system/remote_data_pipe_impl_unittest.cc |
+++ b/third_party/mojo/src/mojo/edk/system/remote_data_pipe_impl_unittest.cc |
@@ -12,20 +12,20 @@ |
#include "base/logging.h" |
#include "base/message_loop/message_loop.h" |
#include "base/test/test_io_thread.h" |
-#include "mojo/edk/embedder/platform_channel_pair.h" |
-#include "mojo/edk/embedder/simple_platform_support.h" |
-#include "mojo/edk/system/channel.h" |
-#include "mojo/edk/system/channel_endpoint.h" |
-#include "mojo/edk/system/data_pipe.h" |
-#include "mojo/edk/system/data_pipe_consumer_dispatcher.h" |
-#include "mojo/edk/system/data_pipe_producer_dispatcher.h" |
-#include "mojo/edk/system/memory.h" |
-#include "mojo/edk/system/message_pipe.h" |
-#include "mojo/edk/system/raw_channel.h" |
-#include "mojo/edk/system/test_utils.h" |
-#include "mojo/edk/system/waiter.h" |
#include "mojo/public/cpp/system/macros.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "third_party/mojo/src/mojo/edk/embedder/platform_channel_pair.h" |
+#include "third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h" |
+#include "third_party/mojo/src/mojo/edk/system/channel.h" |
+#include "third_party/mojo/src/mojo/edk/system/channel_endpoint.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/memory.h" |
+#include "third_party/mojo/src/mojo/edk/system/message_pipe.h" |
+#include "third_party/mojo/src/mojo/edk/system/raw_channel.h" |
+#include "third_party/mojo/src/mojo/edk/system/test_utils.h" |
+#include "third_party/mojo/src/mojo/edk/system/waiter.h" |
namespace mojo { |
namespace system { |