| 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 6ce5c2fb2fd6eb1c32fe9e31d89d90508e2bc183..138c629d84298a6b24789a015b65ef69ed510288 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 {
|
|
|