| Index: android_webview/browser/aw_safe_browsing_blocking_page.cc
|
| diff --git a/android_webview/browser/aw_safe_browsing_blocking_page.cc b/android_webview/browser/aw_safe_browsing_blocking_page.cc
|
| index 0e1b40a81ffef90ec56741b6ff9ed02381beede5..a3ae3d37c23bea4129cd88d63259a3764ba6de35 100644
|
| --- a/android_webview/browser/aw_safe_browsing_blocking_page.cc
|
| +++ b/android_webview/browser/aw_safe_browsing_blocking_page.cc
|
| @@ -7,7 +7,7 @@
|
| #include "android_webview/browser/aw_safe_browsing_ui_manager.h"
|
| #include "components/security_interstitials/content/security_interstitial_controller_client.h"
|
| #include "components/security_interstitials/content/unsafe_resource.h"
|
| -#include "components/security_interstitials/core/safe_browsing_error_ui.h"
|
| +#include "components/security_interstitials/core/base_safe_browsing_error_ui.h"
|
| #include "content/public/browser/interstitial_page.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "content/public/browser/web_contents.h"
|
| @@ -52,8 +52,8 @@ void AwSafeBrowsingBlockingPage::ShowBlockingPage(
|
| content::NavigationEntry* entry =
|
| unsafe_resource.GetNavigationEntryForResource();
|
| const UnsafeResourceList unsafe_resources{unsafe_resource};
|
| - SafeBrowsingErrorUI::SBErrorDisplayOptions display_options =
|
| - SafeBrowsingErrorUI::SBErrorDisplayOptions(
|
| + BaseSafeBrowsingErrorUI::SBErrorDisplayOptions display_options =
|
| + BaseSafeBrowsingErrorUI::SBErrorDisplayOptions(
|
| IsMainPageLoadBlocked(unsafe_resources),
|
| false, // kSafeBrowsingExtendedReportingOptInAllowed
|
| false, // is_off_the_record
|
|
|