| Index: test/multiprocess_exec_win.cc
|
| diff --git a/test/multiprocess_exec_win.cc b/test/multiprocess_exec_win.cc
|
| index 23853dd0acde0942e7b02170a81a6213b5645c24..2a58f846fbe71cfeda2b5113c1ac7d50a08366cd 100644
|
| --- a/test/multiprocess_exec_win.cc
|
| +++ b/test/multiprocess_exec_win.cc
|
| @@ -17,7 +17,7 @@
|
| #include "base/logging.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "gtest/gtest.h"
|
| -#include "test/win/child_launcher.h"
|
| +#include "util/win/command_line.h"
|
|
|
| namespace crashpad {
|
| namespace test {
|
| @@ -119,7 +119,6 @@ void MultiprocessExec::PreFork() {
|
| command_line_.clear();
|
| AppendCommandLineArgument(base::UTF8ToUTF16(command_), &command_line_);
|
| for (size_t i = 0; i < arguments_.size(); ++i) {
|
| - command_line_ += L" ";
|
| AppendCommandLineArgument(base::UTF8ToUTF16(arguments_[i]), &command_line_);
|
| }
|
|
|
|
|