| Index: chrome/browser/ssl/captive_portal_blocking_page.h
|
| diff --git a/chrome/browser/ssl/captive_portal_blocking_page.h b/chrome/browser/ssl/captive_portal_blocking_page.h
|
| index 669bf46017f18bcbd386866649329477f1326b9c..c4c234a4686bd92fd3afef09c8815ec8c819ec7e 100644
|
| --- a/chrome/browser/ssl/captive_portal_blocking_page.h
|
| +++ b/chrome/browser/ssl/captive_portal_blocking_page.h
|
| @@ -10,8 +10,8 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| -#include "chrome/browser/interstitials/security_interstitial_page.h"
|
| #include "chrome/common/features.h"
|
| +#include "components/security_interstitials/content/security_interstitial_page.h"
|
| #include "content/public/browser/certificate_request_result_type.h"
|
| #include "net/ssl/ssl_info.h"
|
| #include "url/gurl.h"
|
| @@ -39,7 +39,8 @@ class SSLCertReporter;
|
| // This class should only be used on the UI thread because its implementation
|
| // uses captive_portal::CaptivePortalService, which can only be accessed on the
|
| // UI thread. Only used when ENABLE_CAPTIVE_PORTAL_DETECTION is true.
|
| -class CaptivePortalBlockingPage : public SecurityInterstitialPage {
|
| +class CaptivePortalBlockingPage
|
| + : public security_interstitials::SecurityInterstitialPage {
|
| public:
|
| // Interstitial type, for testing.
|
| static const void* const kTypeForTesting;
|
|
|