Index: content/common/sandbox_mac_fontloading_unittest.mm |
diff --git a/content/common/sandbox_mac_fontloading_unittest.mm b/content/common/sandbox_mac_fontloading_unittest.mm |
index d78f2f4859e5dc60d1913a2f0c27e24e47bdf080..12853599a40db88e6e567131d500d2fb52e8bf53 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); |