| Index: tools/gn/function_exec_script.cc
|
| diff --git a/tools/gn/function_exec_script.cc b/tools/gn/function_exec_script.cc
|
| index 9d6521f0578113c345ef37f33c60a2d29004ec87..e0b5afadd2553ca7dfed788f123b06714c5ff340 100644
|
| --- a/tools/gn/function_exec_script.cc
|
| +++ b/tools/gn/function_exec_script.cc
|
| @@ -128,7 +128,7 @@ Value RunExecScript(Scope* scope,
|
|
|
| // Make the command line.
|
| const base::FilePath& python_path = build_settings->python_path();
|
| - CommandLine cmdline(python_path);
|
| + base::CommandLine cmdline(python_path);
|
| cmdline.AppendArgPath(script_path);
|
|
|
| if (args.size() >= 2) {
|
|
|