| 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 c257a237286388d76a67df770dd7c3d14bcd38a0..4563166221bca9e9f00df915a7b5afe8ccc947bc 100644
|
| --- a/content/browser/download/download_file_unittest.cc
|
| +++ b/content/browser/download/download_file_unittest.cc
|
| @@ -79,8 +79,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();
|
| }
|
|
|
|
|