Index: content/browser/browser_child_process_host_impl.h |
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h |
index c563410d98651305f1d6c62c1739e11076652ea8..08e1b360a1147dec8c9124e9800333585eb3f978 100644 |
--- a/content/browser/browser_child_process_host_impl.h |
+++ b/content/browser/browser_child_process_host_impl.h |
@@ -42,9 +42,8 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl |
#endif |
public ChildProcessLauncher::Client { |
public: |
- BrowserChildProcessHostImpl( |
- int process_type, |
- BrowserChildProcessHostDelegate* delegate); |
+ BrowserChildProcessHostImpl(content::ProcessType process_type, |
+ BrowserChildProcessHostDelegate* delegate); |
~BrowserChildProcessHostImpl() override; |
// Terminates all child processes and deletes each BrowserChildProcessHost |