Index: content/browser/download/base_file_unittest.cc |
diff --git a/content/browser/download/base_file_unittest.cc b/content/browser/download/base_file_unittest.cc |
index dab5cc2dd661918b74b0824a1bbb50e63c0d1acd..8f37f59f78e4351a7f736fe171f60b337eab427e 100644 |
--- a/content/browser/download/base_file_unittest.cc |
+++ b/content/browser/download/base_file_unittest.cc |
@@ -392,7 +392,7 @@ TEST_F(BaseFileTest, MultipleWritesInterruptedWithHash) { |
base::FilePath new_file_path(temp_dir_.path().Append( |
base::FilePath(FILE_PATH_LITERAL("second_file")))); |
- ASSERT_TRUE(file_util::CopyFile(base_file_->full_path(), new_file_path)); |
+ ASSERT_TRUE(base::CopyFile(base_file_->full_path(), new_file_path)); |
// Create another file |
BaseFile second_file(new_file_path, |