| Index: chrome/browser/content_exceptions_table_model.h
|
| diff --git a/chrome/browser/content_exceptions_table_model.h b/chrome/browser/content_exceptions_table_model.h
|
| index 17986f765943b828209051961ddd061ce4ff15c7..e01250b7bcbb4bbdd58cd5b0677c9701393a4942 100644
|
| --- a/chrome/browser/content_exceptions_table_model.h
|
| +++ b/chrome/browser/content_exceptions_table_model.h
|
| @@ -37,7 +37,7 @@ class ContentExceptionsTableModel : public TableModel {
|
| }
|
|
|
| // Adds a new exception on the map and table model.
|
| - void AddException(const HostContentSettingsMap::Pattern& pattern,
|
| + void AddException(const ContentSettingsPattern& pattern,
|
| ContentSetting setting,
|
| bool is_off_the_record);
|
|
|
| @@ -49,7 +49,7 @@ class ContentExceptionsTableModel : public TableModel {
|
|
|
| // Returns the index of the specified exception given a host, or -1 if there
|
| // is no exception for the specified host.
|
| - int IndexOfExceptionByPattern(const HostContentSettingsMap::Pattern& pattern,
|
| + int IndexOfExceptionByPattern(const ContentSettingsPattern& pattern,
|
| bool is_off_the_record);
|
|
|
| // TableModel overrides:
|
|
|