Index: chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
diff --git a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
index 51f9dd7bc2ee5269f7751300ebfb4ddd5923e251..04156980a20cf9352d3623c3a6572087b85a2c52 100644 |
--- a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
+++ b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
@@ -355,7 +355,7 @@ TEST_F(SyncableFileOperationRunnerTest, CopyInForeignFile) { |
base::FilePath temp_path; |
ASSERT_TRUE(CreateTempFile(&temp_path)); |
ASSERT_EQ(static_cast<int>(kTestData.size()), |
- file_util::WriteFile( |
+ base::WriteFile( |
temp_path, kTestData.data(), kTestData.size())); |
sync_status()->StartSyncing(URL(kFile)); |