Index: mojo/edk/system/data_pipe_unittest.cc |
diff --git a/mojo/edk/system/data_pipe_unittest.cc b/mojo/edk/system/data_pipe_unittest.cc |
index 5c8f0f84eb74e923bb26b61defabb4ba09f57aff..6c6593e63fd3f547f805bb64662c9efb010ef940 100644 |
--- a/mojo/edk/system/data_pipe_unittest.cc |
+++ b/mojo/edk/system/data_pipe_unittest.cc |
@@ -13,11 +13,11 @@ |
#include "mojo/edk/embedder/simple_platform_support.h" |
#include "mojo/edk/system/test_utils.h" |
#include "mojo/edk/system/waiter.h" |
-#include "mojo/public/c/system/data_pipe.h" |
-#include "mojo/public/c/system/functions.h" |
-#include "mojo/public/c/system/message_pipe.h" |
-#include "mojo/public/cpp/system/macros.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "third_party/mojo/src/mojo/public/c/system/data_pipe.h" |
+#include "third_party/mojo/src/mojo/public/c/system/functions.h" |
+#include "third_party/mojo/src/mojo/public/c/system/message_pipe.h" |
+#include "third_party/mojo/src/mojo/public/cpp/system/macros.h" |
namespace mojo { |
namespace edk { |