Index: content/browser/download/download_browsertest.cc |
diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc |
index c56cf88d43966f64390aa983ae73f674fb2e6f79..ef9cb15eb19c5b91c42efb495863e8b0724b8552 100644 |
--- a/content/browser/download/download_browsertest.cc |
+++ b/content/browser/download/download_browsertest.cc |
@@ -775,7 +775,7 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, MultiDownload) { |
ASSERT_TRUE(VerifyFile(file1, expected_contents, file_size1)); |
base::FilePath file2(download2->GetTargetFilePath()); |
- ASSERT_TRUE(file_util::ContentsEqual( |
+ ASSERT_TRUE(base::ContentsEqual( |
file2, GetTestFilePath("download", "download-test.lib"))); |
} |