Index: third_party/mojo/src/mojo/edk/system/data_pipe_impl.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/data_pipe_impl.cc b/third_party/mojo/src/mojo/edk/system/data_pipe_impl.cc |
index 6c19297c6de52c7474c38cbc1da9844d90a3135a..92b8fb3ffa3b69e9f9ee9dc7aeabfdc0c2eb8ad6 100644 |
--- a/third_party/mojo/src/mojo/edk/system/data_pipe_impl.cc |
+++ b/third_party/mojo/src/mojo/edk/system/data_pipe_impl.cc |
@@ -2,15 +2,15 @@ |
// 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_impl.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe_impl.h" |
#include <algorithm> |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
-#include "mojo/edk/system/configuration.h" |
-#include "mojo/edk/system/message_in_transit.h" |
-#include "mojo/edk/system/message_in_transit_queue.h" |
+#include "third_party/mojo/src/mojo/edk/system/configuration.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" |
namespace mojo { |
namespace system { |