Index: third_party/mojo/src/mojo/edk/system/data_pipe.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/data_pipe.cc b/third_party/mojo/src/mojo/edk/system/data_pipe.cc |
index c46de2cc1e0ff5c3b23f94d0c0f8885273b4702d..524c9eee107ae9699f4664181931215d7e9a7365 100644 |
--- a/third_party/mojo/src/mojo/edk/system/data_pipe.cc |
+++ b/third_party/mojo/src/mojo/edk/system/data_pipe.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/edk/system/data_pipe.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe.h" |
#include <string.h> |
@@ -11,16 +11,16 @@ |
#include "base/logging.h" |
#include "base/memory/aligned_memory.h" |
-#include "mojo/edk/system/awakable_list.h" |
-#include "mojo/edk/system/channel.h" |
-#include "mojo/edk/system/configuration.h" |
-#include "mojo/edk/system/data_pipe_impl.h" |
-#include "mojo/edk/system/incoming_endpoint.h" |
-#include "mojo/edk/system/local_data_pipe_impl.h" |
-#include "mojo/edk/system/memory.h" |
-#include "mojo/edk/system/options_validation.h" |
-#include "mojo/edk/system/remote_consumer_data_pipe_impl.h" |
-#include "mojo/edk/system/remote_producer_data_pipe_impl.h" |
+#include "third_party/mojo/src/mojo/edk/system/awakable_list.h" |
+#include "third_party/mojo/src/mojo/edk/system/channel.h" |
+#include "third_party/mojo/src/mojo/edk/system/configuration.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe_impl.h" |
+#include "third_party/mojo/src/mojo/edk/system/incoming_endpoint.h" |
+#include "third_party/mojo/src/mojo/edk/system/local_data_pipe_impl.h" |
+#include "third_party/mojo/src/mojo/edk/system/memory.h" |
+#include "third_party/mojo/src/mojo/edk/system/options_validation.h" |
+#include "third_party/mojo/src/mojo/edk/system/remote_consumer_data_pipe_impl.h" |
+#include "third_party/mojo/src/mojo/edk/system/remote_producer_data_pipe_impl.h" |
namespace mojo { |
namespace system { |