Index: third_party/mojo/src/mojo/edk/system/dispatcher.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/dispatcher.cc b/third_party/mojo/src/mojo/edk/system/dispatcher.cc |
index ad362fe5eacd01807a1cc3569355fff19c5ce74e..b4487579a3474837ce95df610d0e8a2784791bb3 100644 |
--- a/third_party/mojo/src/mojo/edk/system/dispatcher.cc |
+++ b/third_party/mojo/src/mojo/edk/system/dispatcher.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/dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/dispatcher.h" |
#include "base/logging.h" |
-#include "mojo/edk/system/configuration.h" |
-#include "mojo/edk/system/data_pipe_consumer_dispatcher.h" |
-#include "mojo/edk/system/data_pipe_producer_dispatcher.h" |
-#include "mojo/edk/system/message_pipe_dispatcher.h" |
-#include "mojo/edk/system/platform_handle_dispatcher.h" |
-#include "mojo/edk/system/shared_buffer_dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/configuration.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/platform_handle_dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.h" |
namespace mojo { |
namespace system { |