Index: third_party/mojo/src/mojo/edk/system/raw_channel.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/raw_channel.cc b/third_party/mojo/src/mojo/edk/system/raw_channel.cc |
index ac9f3ffc32a603119d5d2d0fb21173fac00a8960..1c76bab64b0b45f862b68cbee5b00ae402c866bf 100644 |
--- a/third_party/mojo/src/mojo/edk/system/raw_channel.cc |
+++ b/third_party/mojo/src/mojo/edk/system/raw_channel.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/raw_channel.h" |
+#include "third_party/mojo/src/mojo/edk/system/raw_channel.h" |
#include <string.h> |
@@ -12,8 +12,8 @@ |
#include "base/location.h" |
#include "base/logging.h" |
#include "base/message_loop/message_loop.h" |
-#include "mojo/edk/system/message_in_transit.h" |
-#include "mojo/edk/system/transport_data.h" |
+#include "third_party/mojo/src/mojo/edk/system/message_in_transit.h" |
+#include "third_party/mojo/src/mojo/edk/system/transport_data.h" |
namespace mojo { |
namespace system { |