#ifndef COMPONENTS_SECURITY_INTERSTITIALS_CONTENT_SECURITY_INTERSTITIAL_CONTROLLER_CLIENT_H_
#define COMPONENTS_SECURITY_INTERSTITIALS_CONTENT_SECURITY_INTERSTITIAL_CONTROLLER_CLIENT_H_
#include "base/memory/raw_ptr.h"
#include "components/security_interstitials/core/controller_client.h"
#include "url/gurl.h"
namespace content {
class WebContents;
}
namespace security_interstitials {
class MetricsHelper;
class SettingsPageHelper;
class SecurityInterstitialControllerClient
: public security_interstitials::ControllerClient { … };
}
#endif