diff options
Diffstat (limited to 'tools/gn/function_exec_script.cc')
-rw-r--r-- | tools/gn/function_exec_script.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gn/function_exec_script.cc b/tools/gn/function_exec_script.cc index 9d6521f..e0b5afa 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) { |