| Index: shell/child_process_host.h
|
| diff --git a/shell/child_process_host.h b/shell/child_process_host.h
|
| index 8ed37e6e6b79648028813c7a2fa851c8012712f0..95313507b593a95e1accbd88b33ce2d085fccee1 100644
|
| --- a/shell/child_process_host.h
|
| +++ b/shell/child_process_host.h
|
| @@ -6,7 +6,7 @@
|
| #define SHELL_CHILD_PROCESS_HOST_H_
|
|
|
| #include "base/macros.h"
|
| -#include "base/process/process_handle.h"
|
| +#include "base/process/process.h"
|
| #include "mojo/edk/embedder/platform_channel_pair.h"
|
| #include "mojo/edk/embedder/scoped_platform_handle.h"
|
| #include "shell/child_process.h" // For |ChildProcess::Type|.
|
| @@ -65,7 +65,7 @@ class ChildProcessHost {
|
| Delegate* const delegate_;
|
| const ChildProcess::Type type_;
|
|
|
| - base::ProcessHandle child_process_handle_;
|
| + base::Process child_process_;
|
|
|
| embedder::PlatformChannelPair platform_channel_pair_;
|
|
|
|
|