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 ab3159e58c19c790c5a5e54c966c91af6a8150db..9f3f9dd8197551e8ac9d4f1233953c7f192f9306 100644 |
--- a/content/browser/download/download_file_unittest.cc |
+++ b/content/browser/download/download_file_unittest.cc |
@@ -78,8 +78,8 @@ class DownloadFileTest : public testing::Test { |
&disk_data)); |
EXPECT_EQ(expected_data_, disk_data); |
- // Make sure the mock BrowserThread outlives the DownloadFile to satisfy |
- // thread checks inside it. |
+ // Make sure the Browser and File threads outlive the DownloadFile |
+ // to satisfy thread checks inside it. |
file->reset(); |
} |