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

Unified Diff: content/common/sandbox_mac_fontloading_unittest.mm

Issue 184563006: Move WriteFile and WriteFileDescriptor from file_util to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months 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
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 12853599a40db88e6e567131d500d2fb52e8bf53..3373f6353aaa50b081be00b0cd8990bfb02382f4 100644
--- a/content/common/sandbox_mac_fontloading_unittest.mm
+++ b/content/common/sandbox_mac_fontloading_unittest.mm
@@ -114,7 +114,7 @@ TEST_F(MacSandboxTest, FontLoadingTest) {
EXPECT_GT(result.font_data_size, 0U);
EXPECT_GT(result.font_id, 0U);
- file_util::WriteFileDescriptor(fileno(temp_file),
+ base::WriteFileDescriptor(fileno(temp_file),
static_cast<const char *>(result.font_data.memory()),
result.font_data_size);
« no previous file with comments | « content/common/gpu/media/video_encode_accelerator_unittest.cc ('k') | content/public/test/async_file_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698