Index: third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.cc b/third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.cc |
index ddb8b9f90f247d3be5f3e23f099c65174401e515..704d95e98401318a96d76071521c0321de23c83e 100644 |
--- a/third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.cc |
+++ b/third_party/mojo/src/mojo/edk/system/data_pipe_producer_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_producer_dispatcher.h" |
+#include "third_party/mojo/src/mojo/edk/system/data_pipe_producer_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 { |