| Index: chrome/browser/ui/views/options/exceptions_view.cc
|
| diff --git a/chrome/browser/ui/views/options/exceptions_view.cc b/chrome/browser/ui/views/options/exceptions_view.cc
|
| index eadaf75262c361ae6963f5cd70f450b865432c79..0a622a1c310f695554709b88b1a86066f90bfc67 100644
|
| --- a/chrome/browser/ui/views/options/exceptions_view.cc
|
| +++ b/chrome/browser/ui/views/options/exceptions_view.cc
|
| @@ -128,7 +128,7 @@ std::wstring ExceptionsView::GetWindowTitle() const {
|
| }
|
|
|
| void ExceptionsView::AcceptExceptionEdit(
|
| - const HostContentSettingsMap::Pattern& pattern,
|
| + const ContentSettingsPattern& pattern,
|
| ContentSetting setting,
|
| bool is_off_the_record,
|
| int index,
|
| @@ -234,7 +234,7 @@ void ExceptionsView::UpdateButtonState() {
|
| void ExceptionsView::Add() {
|
| ExceptionEditorView* view =
|
| new ExceptionEditorView(this, &model_, allow_off_the_record_, -1,
|
| - HostContentSettingsMap::Pattern(),
|
| + ContentSettingsPattern(),
|
| CONTENT_SETTING_BLOCK, false);
|
| view->Show(window()->GetNativeWindow());
|
|
|
|
|