Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Unified Diff: shell/child_process_host.h

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698