| Index: chrome/browser/safe_browsing/ui_manager_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/ui_manager_unittest.cc b/chrome/browser/safe_browsing/ui_manager_unittest.cc
|
| index 9a421b543c05eccc0879f79d4d6308256d76638b..174936a1914539db72ac6501d6ec4a1c7ee7b061 100644
|
| --- a/chrome/browser/safe_browsing/ui_manager_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/ui_manager_unittest.cc
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/safe_browsing_db/safe_browsing_prefs.h"
|
| #include "components/safe_browsing_db/util.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/navigation_entry.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "content/public/browser/render_view_host.h"
|
| @@ -344,7 +344,7 @@ class TestSafeBrowsingBlockingPage : public SafeBrowsingBlockingPage {
|
| web_contents,
|
| main_frame_url,
|
| unsafe_resources,
|
| - SafeBrowsingErrorUI::SBErrorDisplayOptions(
|
| + BaseSafeBrowsingErrorUI::SBErrorDisplayOptions(
|
| BaseBlockingPage::IsMainPageLoadBlocked(unsafe_resources),
|
| false,
|
| false,
|
|
|