diff options
Diffstat (limited to 'chrome/browser/service_process/service_process_control.h')
-rw-r--r-- | chrome/browser/service_process/service_process_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/service_process/service_process_control.h b/chrome/browser/service_process/service_process_control.h index 9db9324..4f58e59 100644 --- a/chrome/browser/service_process/service_process_control.h +++ b/chrome/browser/service_process/service_process_control.h @@ -201,7 +201,7 @@ class ServiceProcessControl : public IPC::Sender, void ConnectInternal(); // Takes ownership of the pointer. Split out for testing. - void SetChannel(IPC::ChannelProxy* channel); + void SetChannel(scoped_ptr<IPC::ChannelProxy> channel); static void RunAllTasksHelper(TaskList* task_list); |