| Index: tools/gn/function_exec_script.cc
|
| diff --git a/tools/gn/function_exec_script.cc b/tools/gn/function_exec_script.cc
|
| index 41789254b890447dddb78844620c73a6174609af..34723e5f9d27a032c435c639cacc3a53dcbb94b9 100644
|
| --- a/tools/gn/function_exec_script.cc
|
| +++ b/tools/gn/function_exec_script.cc
|
| @@ -193,7 +193,7 @@ bool ExecProcess(const CommandLine& cmdline,
|
| if (!ShuffleFileDescriptors(&fd_shuffle1))
|
| _exit(127);
|
|
|
| - file_util::SetCurrentDirectory(startup_dir);
|
| + base::SetCurrentDirectory(startup_dir);
|
|
|
| // TODO(brettw) the base version GetAppOutput does a
|
| // CloseSuperfluousFds call here. Do we need this?
|
|
|