Index: tools/gn/function_exec_script.cc |
diff --git a/tools/gn/function_exec_script.cc b/tools/gn/function_exec_script.cc |
index cca62a36f37a26c604ba65f634bb3580e03e1e94..c4d226223cecbbfb87de687a3bfe8a6ab8fecb19 100644 |
--- a/tools/gn/function_exec_script.cc |
+++ b/tools/gn/function_exec_script.cc |
@@ -356,7 +356,7 @@ Value RunExecScript(Scope* scope, |
// |
// If this shows up on benchmarks, we can cache whether we've done this |
// or not and skip creating the directory. |
- file_util::CreateDirectory(startup_dir); |
+ base::CreateDirectory(startup_dir); |
// Execute the process. |
// TODO(brettw) set the environment block. |