| 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 469c822212d4b9a5ecdf582c834920baebb3489b..3521b69fa9220e474c1a10a73ee7db56901bdb73 100644
|
| --- a/components/offline_pages/offline_page_item.h
|
| +++ b/components/offline_pages/offline_page_item.h
|
| @@ -26,6 +26,8 @@ struct ClientId {
|
| ClientId(std::string name_space, std::string id);
|
|
|
| bool operator==(const ClientId& client_id) const;
|
| +
|
| + bool operator<(const ClientId& client_id) const;
|
| };
|
|
|
| // Metadata of the offline page.
|
|
|