#ifndef COMPONENTS_SECURITY_INTERSTITIALS_CONTENT_RENDERER_SECURITY_INTERSTITIAL_PAGE_CONTROLLER_H_
#define COMPONENTS_SECURITY_INTERSTITIALS_CONTENT_RENDERER_SECURITY_INTERSTITIAL_PAGE_CONTROLLER_H_
#include "components/security_interstitials/core/controller_client.h"
#include "content/public/renderer/render_frame_observer.h"
#include "gin/wrappable.h"
namespace content {
class RenderFrame;
}
namespace security_interstitials {
class SecurityInterstitialPageController
: public gin::Wrappable<SecurityInterstitialPageController>,
public content::RenderFrameObserver { … };
}
#endif