| Index: third_party/mojo/src/mojo/edk/system/endpoint_relayer.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/endpoint_relayer.h b/third_party/mojo/src/mojo/edk/system/endpoint_relayer.h
|
| index acff70043d957c41346ee09d3446103082b98036..ed789da4f288d6a7c4c35416d823e571a1f8764b 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/endpoint_relayer.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/endpoint_relayer.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #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_client.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 {
|
|
|