| 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 b7d22812f3e8098da686251828fc5a391dd31738..957614b084f4c0621964b5a9a5e4460502586380 100644
|
| --- a/chrome/browser/ssl/captive_portal_blocking_page.h
|
| +++ b/chrome/browser/ssl/captive_portal_blocking_page.h
|
| @@ -11,10 +11,11 @@
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "chrome/browser/interstitials/security_interstitial_page.h"
|
| +#include "chrome/common/features.h"
|
| #include "content/public/browser/certificate_request_result_type.h"
|
| #include "url/gurl.h"
|
|
|
| -#if !defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
|
| +#if !BUILDFLAG(ENABLE_CAPTIVE_PORTAL_DETECTION)
|
| #error This file must be built with ENABLE_CAPTIVE_PORTAL_DETECTION flag.
|
| #endif
|
|
|
|
|