summaryrefslogtreecommitdiffstats
path: root/content/common/sandbox_mac_fontloading_unittest.mm
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/sandbox_mac_fontloading_unittest.mm')
-rw-r--r--content/common/sandbox_mac_fontloading_unittest.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/sandbox_mac_fontloading_unittest.mm b/content/common/sandbox_mac_fontloading_unittest.mm
index d78f2f4..1285359 100644
--- a/content/common/sandbox_mac_fontloading_unittest.mm
+++ b/content/common/sandbox_mac_fontloading_unittest.mm
@@ -103,7 +103,7 @@ bool FontLoadingTestCase::SandboxedTest() {
TEST_F(MacSandboxTest, FontLoadingTest) {
base::FilePath temp_file_path;
- FILE* temp_file = file_util::CreateAndOpenTemporaryFile(&temp_file_path);
+ FILE* temp_file = base::CreateAndOpenTemporaryFile(&temp_file_path);
ASSERT_TRUE(temp_file);
file_util::ScopedFILE temp_file_closer(temp_file);