Index: content/common/child_process_host_impl.h |
diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h |
index 88c7cf25e836f87f7236d2345b5294ec902dc559..352cf8ec5375cd618a8df790278a09366dc61e6c 100644 |
--- a/content/common/child_process_host_impl.h |
+++ b/content/common/child_process_host_impl.h |
@@ -14,6 +14,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/shared_memory.h" |
#include "base/memory/singleton.h" |
+#include "base/process/process.h" |
#include "base/strings/string16.h" |
#include "content/public/common/child_process_host.h" |
#include "ipc/ipc_listener.h" |
@@ -91,7 +92,7 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost, |
const gfx::GpuMemoryBufferHandle& handle); |
ChildProcessHostDelegate* delegate_; |
- base::ProcessHandle peer_handle_; |
+ base::Process peer_process_; |
bool opening_channel_; // True while we're waiting the channel to be opened. |
scoped_ptr<IPC::Channel> channel_; |
std::string channel_id_; |