| Index: mojo/edk/system/dispatcher.h
|
| diff --git a/mojo/edk/system/dispatcher.h b/mojo/edk/system/dispatcher.h
|
| index df1e9759388fb0ee931050c2b4ef93386d0ec866..fb757c7c95d0663ccdca118d6ff87495e77563f4 100644
|
| --- a/mojo/edk/system/dispatcher.h
|
| +++ b/mojo/edk/system/dispatcher.h
|
| @@ -17,11 +17,11 @@
|
| #include "mojo/edk/embedder/platform_handle_vector.h"
|
| #include "mojo/edk/system/handle_signals_state.h"
|
| #include "mojo/edk/system/system_impl_export.h"
|
| -#include "third_party/mojo/src/mojo/public/c/system/buffer.h"
|
| -#include "third_party/mojo/src/mojo/public/c/system/data_pipe.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"
|
| +#include "mojo/public/c/system/buffer.h"
|
| +#include "mojo/public/c/system/data_pipe.h"
|
| +#include "mojo/public/c/system/message_pipe.h"
|
| +#include "mojo/public/c/system/types.h"
|
| +#include "mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| namespace edk {
|
|
|