summaryrefslogtreecommitdiffstats
path: root/base/test/launcher/test_launcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/test/launcher/test_launcher.cc')
-rw-r--r--base/test/launcher/test_launcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/test/launcher/test_launcher.cc b/base/test/launcher/test_launcher.cc
index e5387be..0b32c84 100644
--- a/base/test/launcher/test_launcher.cc
+++ b/base/test/launcher/test_launcher.cc
@@ -248,7 +248,7 @@ void DoLaunchChildTestProcess(
// Redirect child process output to a file.
base::FilePath output_file;
- CHECK(file_util::CreateTemporaryFile(&output_file));
+ CHECK(base::CreateTemporaryFile(&output_file));
LaunchOptions options;
#if defined(OS_WIN)