Index: chrome/browser/service_process/service_process_control.h |
diff --git a/chrome/browser/service_process/service_process_control.h b/chrome/browser/service_process/service_process_control.h |
index 4f58e595ef5d77dfd17668f218f2a608e32f9dab..7117caf296c85371ec9a6b2119db10e0e672eeea 100644 |
--- a/chrome/browser/service_process/service_process_control.h |
+++ b/chrome/browser/service_process/service_process_control.h |
@@ -145,7 +145,8 @@ class ServiceProcessControl : public IPC::Sender, |
class Launcher |
: public base::RefCountedThreadSafe<ServiceProcessControl::Launcher> { |
public: |
- Launcher(ServiceProcessControl* process, base::CommandLine* cmd_line); |
+ Launcher(ServiceProcessControl* process, |
+ scoped_ptr<base::CommandLine> cmd_line); |
// Execute the command line to start the process asynchronously. After the |
// command is executed |task| is called with the process handle on the UI |
// thread. |