| Index: third_party/mojo/src/mojo/edk/system/data_pipe.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/data_pipe.h b/third_party/mojo/src/mojo/edk/system/data_pipe.h
|
| index b49ab40d467901e65761c89c939c5e354e759eb3..e43d27a989a2c245759a11ae7e37f2222f8f3ad9 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/data_pipe.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/data_pipe.h
|
| @@ -10,14 +10,14 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "mojo/public/c/system/data_pipe.h"
|
| -#include "mojo/public/c/system/types.h"
|
| -#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/platform_handle_vector.h"
|
| #include "third_party/mojo/src/mojo/edk/system/channel_endpoint_client.h"
|
| #include "third_party/mojo/src/mojo/edk/system/handle_signals_state.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/c/system/data_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 {
|
|
|