Index: content/public/browser/browser_child_process_host.h |
diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h |
index 2cd989660851acf52a6a344048a408838f6772b9..d1369a455b01efce5497db8565aad2069ef2bef1 100644 |
--- a/content/public/browser/browser_child_process_host.h |
+++ b/content/public/browser/browser_child_process_host.h |
@@ -35,7 +35,7 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender { |
// |process_type| needs to be either an enum value from ProcessType or an |
// embedder-defined value. |
static BrowserChildProcessHost* Create( |
- int process_type, |
+ content::ProcessType process_type, |
BrowserChildProcessHostDelegate* delegate); |
~BrowserChildProcessHost() override {} |