| Index: content/browser/download/download_item_impl.cc
|
| diff --git a/content/browser/download/download_item_impl.cc b/content/browser/download/download_item_impl.cc
|
| index 04d9931ad80f2ad4bf8315d8ac2df9df3e1fdc2a..1281e7a1ffa6298e99ea1c34b278b05258c3129a 100644
|
| --- a/content/browser/download/download_item_impl.cc
|
| +++ b/content/browser/download/download_item_impl.cc
|
| @@ -848,7 +848,7 @@ DownloadPersistentStoreInfo DownloadItemImpl::GetPersistentStoreInfo() const {
|
| }
|
|
|
| WebContents* DownloadItemImpl::GetWebContents() const {
|
| - // TODO(rdsmith): Remove null check after removing GetTabContents() from
|
| + // TODO(rdsmith): Remove null check after removing GetWebContents() from
|
| // paths that might be used by DownloadItems created from history import.
|
| // Currently such items have null request_handle_s, where other items
|
| // (regular and SavePackage downloads) have actual objects off the pointer.
|
|
|