| Index: third_party/mojo/src/mojo/edk/system/incoming_endpoint.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/incoming_endpoint.h b/third_party/mojo/src/mojo/edk/system/incoming_endpoint.h
|
| index 18f76ea1fe13a42af4d366845286d3053020f341..f0c61066ae9f02e4ec854fd58621143becf23bc0 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/incoming_endpoint.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/incoming_endpoint.h
|
| @@ -8,11 +8,11 @@
|
| #include <stddef.h>
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/system/channel_endpoint_client.h"
|
| #include "third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h"
|
| #include "third_party/mojo/src/mojo/edk/system/mutex.h"
|
| #include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| struct MojoCreateDataPipeOptions;
|
|
|
|
|