Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(656)

Unified Diff: content/common/sandbox_mac_fontloading_unittest.mm

Issue 99923002: Move temp file functions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/sandbox_mac_diraccess_unittest.mm ('k') | content/public/test/render_widget_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/common/sandbox_mac_diraccess_unittest.mm ('k') | content/public/test/render_widget_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698