Index: content/browser/download/download_file_unittest.cc |
diff --git a/content/browser/download/download_file_unittest.cc b/content/browser/download/download_file_unittest.cc |
index e46babca616c2a2e4f42cc71f1243248a73e5257..141808685f79cdc69ccafba7d6975a60f5d0c4f3 100644 |
--- a/content/browser/download/download_file_unittest.cc |
+++ b/content/browser/download/download_file_unittest.cc |
@@ -195,7 +195,7 @@ class DownloadFileTest : public testing::Test { |
void VerifyStreamAndSize() { |
::testing::Mock::VerifyAndClearExpectations(input_stream_); |
int64 size; |
- EXPECT_TRUE(file_util::GetFileSize(download_file_->FullPath(), &size)); |
+ EXPECT_TRUE(base::GetFileSize(download_file_->FullPath(), &size)); |
EXPECT_EQ(expected_data_.size(), static_cast<size_t>(size)); |
} |