| Index: third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h b/third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h
|
| index d82af5d7b3fda1380fce9f44e7857732d57b6f9b..c278f56fa94be27629afbe7aa51528488a07c930 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h
|
| @@ -11,13 +11,13 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "mojo/public/c/system/message_pipe.h"
|
| +#include "mojo/public/c/system/types.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/message_in_transit.h"
|
| #include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
| -#include "third_party/mojo/src/mojo/public/c/system/message_pipe.h"
|
| -#include "third_party/mojo/src/mojo/public/c/system/types.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|