Index: chrome/service/cloud_print/cloud_print_proxy.cc |
diff --git a/chrome/service/cloud_print/cloud_print_proxy.cc b/chrome/service/cloud_print/cloud_print_proxy.cc |
index f37ec1f3dae96ec0cb7c290ff99684d68bc964af..812e82429594728f9e00fef25a21dbf6a4aa1804 100644 |
--- a/chrome/service/cloud_print/cloud_print_proxy.cc |
+++ b/chrome/service/cloud_print/cloud_print_proxy.cc |
@@ -50,7 +50,7 @@ void LaunchBrowserProcessWithSwitch(const std::string& switch_string) { |
#if defined(OS_WIN) |
launch_options.force_breakaway_from_job_ = true; |
#endif // OS_WIN |
- base::LaunchProcess(cmd_line, launch_options, NULL); |
+ base::LaunchProcess(cmd_line, launch_options); |
#endif |
} |