Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index eb809c414d4fa0186b1a930643f4e0f6560174de..9def0ac5cc334590fecd1553ecf10ab9d663e94d 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -701,7 +701,7 @@ class CONTENT_EXPORT RenderFrameHostImpl |
void OnDidAccessInitialDocument(); |
void OnDidChangeOpener(int32_t opener_routing_id); |
void OnDidChangeName(const std::string& name, const std::string& unique_name); |
- void OnDidSetFeaturePolicyHeader(const ParsedFeaturePolicy& parsed_header); |
+ void OnDidSetFeaturePolicyHeader(const FeaturePolicyHeader& parsed_header); |
void OnDidAddContentSecurityPolicy(const ContentSecurityPolicyHeader& header); |
void OnEnforceInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy); |
void OnUpdateToUniqueOrigin(bool is_potentially_trustworthy_unique_origin); |