| Index: components/offline_pages/offline_page_item.cc
|
| diff --git a/components/offline_pages/offline_page_item.cc b/components/offline_pages/offline_page_item.cc
|
| index 41b96e0e919c46d8eed0d889d382ae404d6b82c8..0a8a76311b63d1f5a5d044703355b8ed62b0082f 100644
|
| --- a/components/offline_pages/offline_page_item.cc
|
| +++ b/components/offline_pages/offline_page_item.cc
|
| @@ -69,7 +69,8 @@ bool OfflinePageItem::operator==(const OfflinePageItem& other) const {
|
| expiration_time == other.expiration_time &&
|
| access_count == other.access_count &&
|
| title == other.title &&
|
| - flags == other.flags;
|
| + flags == other.flags &&
|
| + original_url == other.original_url;
|
| }
|
|
|
| bool OfflinePageItem::IsExpired() const {
|
|
|