| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index c8d0641d7711b89ec45ed456cb60a8b369d48a2a..08486fc7fa4c51c6284a25a35ae38b7d80f654c8 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -60,7 +60,7 @@ void NotifyProcessCrashed(const ChildProcessData& data) {
|
| } // namespace
|
|
|
| BrowserChildProcessHost* BrowserChildProcessHost::Create(
|
| - int process_type,
|
| + content::ProcessType process_type,
|
| BrowserChildProcessHostDelegate* delegate) {
|
| return new BrowserChildProcessHostImpl(process_type, delegate);
|
| }
|
| @@ -92,7 +92,7 @@ void BrowserChildProcessHostImpl::RemoveObserver(
|
| }
|
|
|
| BrowserChildProcessHostImpl::BrowserChildProcessHostImpl(
|
| - int process_type,
|
| + content::ProcessType process_type,
|
| BrowserChildProcessHostDelegate* delegate)
|
| : data_(process_type),
|
| delegate_(delegate),
|
|
|