| 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 e606902637c531f0d45b60f0ebb771bb58b44bc0..08e64f00e4b2698201ba341adfabfe8c619d988d 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -59,7 +59,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);
|
| }
|
| @@ -91,7 +91,7 @@ void BrowserChildProcessHostImpl::RemoveObserver(
|
| }
|
|
|
| BrowserChildProcessHostImpl::BrowserChildProcessHostImpl(
|
| - int process_type,
|
| + content::ProcessType process_type,
|
| BrowserChildProcessHostDelegate* delegate)
|
| : data_(process_type),
|
| delegate_(delegate),
|
|
|