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 a51777d66b5aee933426a0179a7332bc8a0df20d..e191b6292bccecb18258b9652fb81691cf9b9ce3 100644 |
--- a/content/browser/download/download_file_unittest.cc |
+++ b/content/browser/download/download_file_unittest.cc |
@@ -727,7 +727,7 @@ void TestRenameCompletionCallback(const base::Closure& closure, |
} // namespace |
// Test that the retry logic works. This test assumes that DownloadFileImpl will |
-// post tasks to the current message loop (acting as the FILE thread) |
+// post tasks to the current message loop (acting as the download sequence) |
// asynchronously to retry the renames. We will stuff RunLoop::QuitClosures() |
// in between the retry tasks to stagger them and then allow the rename to |
// succeed. |