| Index: components/offline_pages/offline_page_item.h
|
| diff --git a/components/offline_pages/offline_page_item.h b/components/offline_pages/offline_page_item.h
|
| index 45244984ee5e12fbd140ee1466fb3b8fe44e2dd1..21ae3f457d199aca2ed575ca72ed1fb61be76b32 100644
|
| --- a/components/offline_pages/offline_page_item.h
|
| +++ b/components/offline_pages/offline_page_item.h
|
| @@ -54,6 +54,8 @@ struct OfflinePageItem {
|
| OfflinePageItem(const OfflinePageItem& other);
|
| ~OfflinePageItem();
|
|
|
| + bool operator==(const OfflinePageItem& other) const;
|
| +
|
| // Gets a URL of the file under |file_path|.
|
| GURL GetOfflineURL() const;
|
|
|
|
|