#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_CSP_EXECUTION_CONTEXT_CSP_DELEGATE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_CSP_EXECUTION_CONTEXT_CSP_DELEGATE_H_
#include "third_party/blink/public/mojom/security_context/insecure_request_policy.mojom-blink-forward.h"
#include "third_party/blink/renderer/core/frame/csp/content_security_policy.h"
namespace blink {
class Document;
class ExecutionContext;
class SecurityContext;
class ExecutionContextCSPDelegate final
: public GarbageCollected<ExecutionContextCSPDelegate>,
public ContentSecurityPolicyDelegate { … };
}
#endif