Index: chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc |
diff --git a/chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc b/chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc |
index 726885c586e72a80343a6c1ceeabb4f049abe439..633ad794ca8dcbd0d28e31e5d7da6ca06d58733d 100644 |
--- a/chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc |
+++ b/chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc |
@@ -356,7 +356,7 @@ TEST_F(DownloadOperationTest, |
// The content is available from the cache file. |
EXPECT_TRUE(get_content_callback.data().empty()); |
int64 local_file_size = 0; |
- file_util::GetFileSize(local_path, &local_file_size); |
+ base::GetFileSize(local_path, &local_file_size); |
EXPECT_EQ(entry->file_info().size(), local_file_size); |
EXPECT_EQ(FILE_ERROR_OK, completion_error); |
} |