Index: chrome/browser/drive/fake_drive_service_unittest.cc |
diff --git a/chrome/browser/drive/fake_drive_service_unittest.cc b/chrome/browser/drive/fake_drive_service_unittest.cc |
index e880efe76ab6a9ae989bf982cb28d74f9967d83c..e5923234914980cb4aeda49760d571ab49b0f305 100644 |
--- a/chrome/browser/drive/fake_drive_service_unittest.cc |
+++ b/chrome/browser/drive/fake_drive_service_unittest.cc |
@@ -997,7 +997,6 @@ TEST_F(FakeDriveServiceTest, DownloadFile_ExistingFile) { |
EXPECT_EQ(output_file_path, kOutputFilePath); |
std::string content; |
ASSERT_TRUE(base::ReadFileToString(output_file_path, &content)); |
- // The content is "x"s of the file size specified in root_feed.json. |
EXPECT_EQ("This is some test content.", content); |
ASSERT_TRUE(!download_progress_values.empty()); |
EXPECT_TRUE(base::STLIsSorted(download_progress_values)); |