| Index: content/browser/download/download_file.h
|
| diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h
|
| index 4b1aac72b45d6f2dafcc8550f34e114532ccb76f..531f58af78bcfd36743da46e801d197205ffe3ed 100644
|
| --- a/content/browser/download/download_file.h
|
| +++ b/content/browser/download/download_file.h
|
| @@ -22,9 +22,9 @@ namespace content {
|
|
|
| class ByteStreamReader;
|
|
|
| -// These objects live exclusively on the file thread and handle the writing
|
| -// operations for one download. These objects live only for the duration that
|
| -// the download is 'in progress': once the download has been completed or
|
| +// These objects live exclusively on the download sequence and handle the
|
| +// writing operations for one download. These objects live only for the duration
|
| +// that the download is 'in progress': once the download has been completed or
|
| // cancelled, the DownloadFile is destroyed.
|
| class CONTENT_EXPORT DownloadFile {
|
| public:
|
|
|