Index: content/browser/utility_process_host_impl.h |
diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h |
index 84866551a3bffc21991ee5882d47afc387ed9c6d..29f1dbab5ee987d814ae1c674cabf9e996a52005 100644 |
--- a/content/browser/utility_process_host_impl.h |
+++ b/content/browser/utility_process_host_impl.h |
@@ -35,8 +35,9 @@ class CONTENT_EXPORT UtilityProcessHostImpl |
static void RegisterUtilityMainThreadFactory( |
UtilityMainThreadFactoryFunction create); |
- UtilityProcessHostImpl(UtilityProcessHostClient* client, |
- base::SequencedTaskRunner* client_task_runner); |
+ UtilityProcessHostImpl( |
+ const scoped_refptr<UtilityProcessHostClient>& client, |
+ const scoped_refptr<base::SequencedTaskRunner>& client_task_runner); |
virtual ~UtilityProcessHostImpl(); |
// UtilityProcessHost implementation: |