| Index: base/test/launcher/test_launcher.cc
|
| diff --git a/base/test/launcher/test_launcher.cc b/base/test/launcher/test_launcher.cc
|
| index e5387bed7da6427161958c3f26940e9d4304d4fb..0b32c843d9257095f147718b577b0e532018c5f7 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)
|
|
|