| Index: components/offline_pages/downloads/download_ui_item.cc
|
| diff --git a/components/offline_pages/downloads/download_ui_item.cc b/components/offline_pages/downloads/download_ui_item.cc
|
| index d19f0212db6dbb471ec37cec5af80160e392f102..59929d4d72535ae4179d1ebecac25446f111aa43 100644
|
| --- a/components/offline_pages/downloads/download_ui_item.cc
|
| +++ b/components/offline_pages/downloads/download_ui_item.cc
|
| @@ -13,6 +13,7 @@ DownloadUIItem::DownloadUIItem()
|
| DownloadUIItem::DownloadUIItem(const OfflinePageItem& page)
|
| : guid(page.client_id.id),
|
| url(page.url),
|
| + title(page.title),
|
| target_path(page.file_path),
|
| start_time(page.creation_time),
|
| total_bytes(page.file_size) {}
|
|
|