| Index: content/browser/frame_host/frame_tree_node.h
|
| diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h
|
| index 581dfd2276455c5dcaf0174caa175fb95cb72079..2004107fe107d352a164d7bae5701d653cc734d7 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -155,7 +155,7 @@ class CONTENT_EXPORT FrameTreeNode {
|
|
|
| // Set the frame's feature policy from an HTTP header, clearing any existing
|
| // policy.
|
| - void SetFeaturePolicyHeader(const ParsedFeaturePolicy& parsed_header);
|
| + void SetFeaturePolicyHeader(const ParsedFeaturePolicyHeader& parsed_header);
|
|
|
| // Clear any feature policy associated with the frame.
|
| void ResetFeaturePolicy();
|
|
|