| Index: chrome/browser/ssl/bad_clock_blocking_page.h
|
| diff --git a/chrome/browser/ssl/bad_clock_blocking_page.h b/chrome/browser/ssl/bad_clock_blocking_page.h
|
| index 28f8e7f73060ccee6766251dfaffc421a96ce833..83b3f5fbc5720ff1c58f51701c98ebb119330322 100644
|
| --- a/chrome/browser/ssl/bad_clock_blocking_page.h
|
| +++ b/chrome/browser/ssl/bad_clock_blocking_page.h
|
| @@ -11,8 +11,8 @@
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/interstitials/security_interstitial_page.h"
|
| #include "chrome/browser/ssl/ssl_cert_reporter.h"
|
| +#include "components/security_interstitials/content/security_interstitial_page.h"
|
| #include "components/ssl_errors/error_classification.h"
|
| #include "content/public/browser/certificate_request_result_type.h"
|
| #include "net/ssl/ssl_info.h"
|
| @@ -28,7 +28,8 @@ class BadClockUI;
|
| // occurs when an SSL error is triggered by a clock misconfiguration. It
|
| // creates the UI using security_interstitials::BadClockUI and then
|
| // displays it. It deletes itself when the interstitial page is closed.
|
| -class BadClockBlockingPage : public SecurityInterstitialPage {
|
| +class BadClockBlockingPage
|
| + : public security_interstitials::SecurityInterstitialPage {
|
| public:
|
| // Interstitial type, used in tests.
|
| static InterstitialPageDelegate::TypeID kTypeForTesting;
|
|
|