Index: content/browser/frame_host/render_frame_host_impl.cc |
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc |
index d900dfdcb4541ff363720aad4632323577677753..613920ea74e878a1a98241808280228d20dec8d1 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -1770,7 +1770,7 @@ void RenderFrameHostImpl::OnDidChangeName(const std::string& name, |
} |
void RenderFrameHostImpl::OnDidSetFeaturePolicyHeader( |
- const ParsedFeaturePolicy& parsed_header) { |
+ const FeaturePolicyHeader& parsed_header) { |
frame_tree_node()->SetFeaturePolicyHeader(parsed_header); |
} |