| Index: trunk/src/chrome/browser/service_process/service_process_control.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/service_process/service_process_control.h (revision 274314)
|
| +++ trunk/src/chrome/browser/service_process/service_process_control.h (working copy)
|
| @@ -201,7 +201,7 @@
|
| void ConnectInternal();
|
|
|
| // Takes ownership of the pointer. Split out for testing.
|
| - void SetChannel(scoped_ptr<IPC::ChannelProxy> channel);
|
| + void SetChannel(IPC::ChannelProxy* channel);
|
|
|
| static void RunAllTasksHelper(TaskList* task_list);
|
|
|
|
|