| 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 082e4efdd6226362f4ab1ee512471fe0f34db85b..429d64a2761ba723aa4311b1677c3add5668abdd 100644
|
| --- a/content/browser/download/download_persistent_store_info.h
|
| +++ b/content/browser/download/download_persistent_store_info.h
|
| @@ -30,7 +30,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,
|
|
|