| Index: tools/gn/exec_process.cc
|
| diff --git a/tools/gn/exec_process.cc b/tools/gn/exec_process.cc
|
| index 701d87804e3fd895be5d5199069efa2ff25a05c5..5119220bf26c1d39fb0bcd0a2be8d9c8c4467573 100644
|
| --- a/tools/gn/exec_process.cc
|
| +++ b/tools/gn/exec_process.cc
|
| @@ -26,7 +26,7 @@
|
| namespace internal {
|
|
|
| #if defined(OS_WIN)
|
| -bool ExecProcess(const CommandLine& cmdline,
|
| +bool ExecProcess(const base::CommandLine& cmdline,
|
| const base::FilePath& startup_dir,
|
| std::string* std_out,
|
| std::string* std_err,
|
| @@ -138,7 +138,7 @@ bool ReadFromPipe(int fd, std::string* output) {
|
| return true;
|
| }
|
|
|
| -bool ExecProcess(const CommandLine& cmdline,
|
| +bool ExecProcess(const base::CommandLine& cmdline,
|
| const base::FilePath& startup_dir,
|
| std::string* std_out,
|
| std::string* std_err,
|
|
|