| Index: chrome/browser/ui/views/options/exceptions_view.h
|
| diff --git a/chrome/browser/ui/views/options/exceptions_view.h b/chrome/browser/ui/views/options/exceptions_view.h
|
| index 3624816cf41918c2a0896a448dca9fcb881dcd58..a0747bedd937e5ca2f5e5092a46b71663b21cc5a 100644
|
| --- a/chrome/browser/ui/views/options/exceptions_view.h
|
| +++ b/chrome/browser/ui/views/options/exceptions_view.h
|
| @@ -69,7 +69,7 @@ class ExceptionsView : public ExceptionEditorView::Delegate,
|
|
|
| // ExceptionEditorView::Delegate implementation.
|
| virtual void AcceptExceptionEdit(
|
| - const HostContentSettingsMap::Pattern& pattern,
|
| + const ContentSettingsPattern& pattern,
|
| ContentSetting setting,
|
| bool is_off_the_record,
|
| int index,
|
|
|