Chromium Code Reviews| Index: base/process_util_win.cc |
| =================================================================== |
| --- base/process_util_win.cc (revision 5863) |
| +++ base/process_util_win.cc (working copy) |
| @@ -142,7 +142,7 @@ |
| return true; |
| } |
| -bool LaunchApp(CommandLine& cl, |
| +bool LaunchApp(const CommandLine& cl, |
| bool wait, bool start_hidden, ProcessHandle* process_handle) { |
| return LaunchApp(cl.command_line_string(), wait, |
| start_hidden, process_handle); |