| Index: content/browser/download/download_persistent_store_info.h
|
| diff --git a/content/browser/download/download_persistent_store_info.h b/content/browser/download/download_persistent_store_info.h
|
| index 84a2b990f12c306cea1c921463651c798cd1bf31..9a76e35453eee332b813eb77c24e126bbadfc53f 100644
|
| --- a/content/browser/download/download_persistent_store_info.h
|
| +++ b/content/browser/download/download_persistent_store_info.h
|
| @@ -28,7 +28,6 @@ class DownloadItem;
|
| // the history, all fields except |referrer_url| are set by the DownloadDatabase
|
| // and read by the DownloadItem.
|
| struct CONTENT_EXPORT DownloadPersistentStoreInfo {
|
| - // TODO(ahendrickson) -- Reduce the number of constructors.
|
| DownloadPersistentStoreInfo();
|
| DownloadPersistentStoreInfo(const FilePath& path,
|
| const GURL& url,
|
|
|