| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index 6d91f344d127f580df516c4dcefbe97864fd36cb..0577a1faed5542bd69db0ef57c8a2adee70f67da 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -712,7 +712,7 @@ class CONTENT_EXPORT DownloadItemImpl
|
| // The following fields describe the current state of the download file.
|
|
|
| // DownloadFile associated with this download. Note that this
|
| - // pointer may only be used or destroyed on the FILE thread.
|
| + // pointer may only be used or destroyed on the download sequence.
|
| // This pointer will be non-null only while the DownloadItem is in
|
| // the IN_PROGRESS state.
|
| std::unique_ptr<DownloadFile> download_file_;
|
|
|