Index: third_party/mojo/src/mojo/edk/system/remote_producer_data_pipe_impl.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/remote_producer_data_pipe_impl.cc b/third_party/mojo/src/mojo/edk/system/remote_producer_data_pipe_impl.cc |
index 833c505bf9055516dba039f70641976b74841ed6..e8cf0359e40b8d76efb1195e111440f9d0a838cf 100644 |
--- a/third_party/mojo/src/mojo/edk/system/remote_producer_data_pipe_impl.cc |
+++ b/third_party/mojo/src/mojo/edk/system/remote_producer_data_pipe_impl.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/remote_producer_data_pipe_impl.h" |
+#include "third_party/mojo/src/mojo/edk/system/remote_producer_data_pipe_impl.h" |
#include <string.h> |
@@ -10,14 +10,14 @@ |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
-#include "mojo/edk/system/channel.h" |
-#include "mojo/edk/system/channel_endpoint.h" |
-#include "mojo/edk/system/configuration.h" |
-#include "mojo/edk/system/data_pipe.h" |
-#include "mojo/edk/system/message_in_transit.h" |
-#include "mojo/edk/system/message_in_transit_queue.h" |
-#include "mojo/edk/system/remote_consumer_data_pipe_impl.h" |
-#include "mojo/edk/system/remote_data_pipe_ack.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/configuration.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe.h" |
+#include "third_party/mojo/src/mojo/edk/system/message_in_transit.h" |
+#include "third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h" |
+#include "third_party/mojo/src/mojo/edk/system/remote_consumer_data_pipe_impl.h" |
+#include "third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h" |
namespace mojo { |
namespace system { |