| Index: third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h b/third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h
|
| index 9fc7cfc325729ec8df089bb787330fbed256eabf..019da8af1cba4a24360ae2807e9e95e5df25b1c8 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h
|
| @@ -6,9 +6,9 @@
|
| #define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_DATA_PIPE_CONSUMER_DISPATCHER_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/system/dispatcher.h"
|
| #include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|