summaryrefslogtreecommitdiffstats
path: root/net/tools/dump_cache/dump_cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/dump_cache/dump_cache.cc')
-rw-r--r--net/tools/dump_cache/dump_cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/dump_cache/dump_cache.cc b/net/tools/dump_cache/dump_cache.cc
index 4a63d00..ee5a50e 100644
--- a/net/tools/dump_cache/dump_cache.cc
+++ b/net/tools/dump_cache/dump_cache.cc
@@ -97,7 +97,7 @@ int LaunchSlave(const CommandLine& command_line,
// TODO(evanm): remove needless usage of wstring from here and elsewhere.
new_command_line.AppendSwitchASCII(kPipe, WideToASCII(pipe_number));
- if (!base::LaunchProcess(new_command_line, base::LaunchOptions())) {
+ if (!base::LaunchProcess(new_command_line, base::LaunchOptions(), NULL)) {
printf("Unable to launch the needed version of this tool: %ls\n",
new_program.c_str());
printf(kUpgradeHelp);