| Index: mojo/runner/child_process_host.h
|
| diff --git a/mojo/runner/child_process_host.h b/mojo/runner/child_process_host.h
|
| index 8ab3147992b82e3faab43bde95d7ebf0b0e68b5c..fd6157b714e3e7811c0a4df8496be827b22715da 100644
|
| --- a/mojo/runner/child_process_host.h
|
| +++ b/mojo/runner/child_process_host.h
|
| @@ -8,11 +8,11 @@
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| #include "base/process/process.h"
|
| -#include "mojo/edk/embedder/channel_info_forward.h"
|
| -#include "mojo/edk/embedder/platform_channel_pair.h"
|
| -#include "mojo/edk/embedder/scoped_platform_handle.h"
|
| #include "mojo/runner/child_process.mojom.h"
|
| #include "mojo/runner/child_process_host.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/channel_info_forward.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/platform_channel_pair.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h"
|
|
|
| namespace mojo {
|
| namespace runner {
|
|
|