| 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 b64609f16f0be5c46265c7d6001b7292fd1804f2..266de0bbd4e081265a961f13e395a2abd2e9837f 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 {
|
|
|