| Index: content/public/browser/utility_process_host.h
|
| diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h
|
| index 51a89fab1003135a4486b80efbc06a930b3d1b1d..5c2599d609878196fae579628e74e04b37991581 100644
|
| --- a/content/public/browser/utility_process_host.h
|
| +++ b/content/public/browser/utility_process_host.h
|
| @@ -39,8 +39,8 @@ class UtilityProcessHost : public IPC::Sender,
|
| // |client_task_runner| is required if |client| is supplied and is the task
|
| // runner upon which |client| will be invoked.
|
| CONTENT_EXPORT static UtilityProcessHost* Create(
|
| - UtilityProcessHostClient* client,
|
| - base::SequencedTaskRunner* client_task_runner);
|
| + const scoped_refptr<UtilityProcessHostClient>& client,
|
| + const scoped_refptr<base::SequencedTaskRunner>& client_task_runner);
|
|
|
| virtual ~UtilityProcessHost() {}
|
|
|
|
|