| Index: components/offline_pages/downloads/download_ui_item.h
|
| diff --git a/components/offline_pages/downloads/download_ui_item.h b/components/offline_pages/downloads/download_ui_item.h
|
| index 057266192efce5a5be71a463a454bc7056b98883..f289c40bde6bec2efa8b97c3bcf8448afb1533ac 100644
|
| --- a/components/offline_pages/downloads/download_ui_item.h
|
| +++ b/components/offline_pages/downloads/download_ui_item.h
|
| @@ -20,6 +20,7 @@ struct DownloadUIItem {
|
| public:
|
| DownloadUIItem();
|
| explicit DownloadUIItem(const OfflinePageItem& page);
|
| + DownloadUIItem(const DownloadUIItem& other);
|
| ~DownloadUIItem();
|
|
|
| // Unique id.
|
|
|