Index: content/browser/download/download_file.h |
diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h |
index 3ca9717b39557d3d094c2979b7f96e5f3aa1bb70..3f0785986eef5bb316569a759228643d5edef624 100644 |
--- a/content/browser/download/download_file.h |
+++ b/content/browser/download/download_file.h |
@@ -39,8 +39,9 @@ class CONTENT_EXPORT DownloadFile { |
virtual ~DownloadFile() {} |
// Returns DOWNLOAD_INTERRUPT_REASON_NONE on success, or a network |
- // error code on failure. Upon completion, |callback| will be |
- // called on the UI thread as per the comment above. |
+ // download interrupt reason on failure. |
+ // Upon completion, |callback| will be called on the UI |
+ // thread as per the comment above. |
virtual void Initialize(const InitializeCallback& callback) = 0; |
// Rename the download file to |full_path|. If that file exists |