Index: third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.cc b/third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.cc |
index 5a1bafb450329c82b6245e0676aacd3c8933f20c..17a0c5510ad1efebb0356faf9a272f3b1fb65db0 100644 |
--- a/third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.cc |
+++ b/third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.cc |
@@ -2,11 +2,11 @@ |
// 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_consumer_dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h" |
#include "base/logging.h" |
-#include "mojo/edk/system/data_pipe.h" |
-#include "mojo/edk/system/memory.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe.h" |
+#include "third_party/mojo/src/mojo/edk/system/memory.h" |
namespace mojo { |
namespace system { |