| Index: chrome/browser/gtk/options/content_exceptions_window_gtk.h
|
| diff --git a/chrome/browser/gtk/options/content_exceptions_window_gtk.h b/chrome/browser/gtk/options/content_exceptions_window_gtk.h
|
| index 47798331b12d7962179c884f228907be34984c91..0f70c9017380b7ae1a3b616c4a3f6fe43f8b8c71 100644
|
| --- a/chrome/browser/gtk/options/content_exceptions_window_gtk.h
|
| +++ b/chrome/browser/gtk/options/content_exceptions_window_gtk.h
|
| @@ -37,7 +37,7 @@ class ContentExceptionsWindowGtk : public gtk_tree::TableAdapter::Delegate,
|
|
|
| // ContentExceptionEditor::Delegate implementation:
|
| virtual void AcceptExceptionEdit(
|
| - const HostContentSettingsMap::Pattern& pattern,
|
| + const ContentSettingsPattern& pattern,
|
| ContentSetting setting,
|
| bool is_off_the_record,
|
| int index,
|
|
|