| Index: third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h b/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
|
| index 974f5469e1058556688445c1b4198d26c0fb8228..7caa63125788a2bf820e69eef8dbd88aff02009e 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
|
| @@ -6,10 +6,10 @@
|
| #define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_MESSAGE_PIPE_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/memory.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 {
|
|
|