| Index: third_party/mojo/src/mojo/edk/system/channel_endpoint.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/channel_endpoint.h b/third_party/mojo/src/mojo/edk/system/channel_endpoint.h
|
| index 6f5e06dae03d4d75268734be47a73f16bbc30300..2764bc3cf5296180e62b3e1eea4efaee4fdd050f 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/channel_endpoint.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/channel_endpoint.h
|
| @@ -7,11 +7,11 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/system/channel_endpoint_id.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"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|