| Index: chrome/browser/notifications/notification_exceptions_table_model.h
|
| diff --git a/chrome/browser/notifications/notification_exceptions_table_model.h b/chrome/browser/notifications/notification_exceptions_table_model.h
|
| index c171034d8f22618e6177138852abe39177cc5b8f..01137f7331f57e4c01449475c2d3030a36258830 100644
|
| --- a/chrome/browser/notifications/notification_exceptions_table_model.h
|
| +++ b/chrome/browser/notifications/notification_exceptions_table_model.h
|
| @@ -31,6 +31,7 @@ class NotificationExceptionsTableModel : public RemoveRowsTableModel {
|
| private:
|
| struct Entry {
|
| Entry(const GURL& origin, ContentSetting setting);
|
| + bool operator<(const Entry& b) const;
|
|
|
| GURL origin;
|
| ContentSetting setting;
|
|
|