| Index: third_party/WebKit/public/web/WebRemoteFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| index d0a60a2719eca4ac6d9e6ef9b450992fe84ede74..ef5d0828dcb511fedef6f0633030f71a4ecc49a0 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrame.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| @@ -65,7 +65,7 @@ class WebRemoteFrame : public WebFrame {
|
| const WebString& uniqueName) const = 0;
|
|
|
| virtual void setReplicatedFeaturePolicyHeader(
|
| - const WebParsedFeaturePolicyHeader& parsedHeader) const = 0;
|
| + const WebParsedFeaturePolicy& parsedHeader) const = 0;
|
|
|
| // Adds |header| to the set of replicated CSP headers.
|
| virtual void addReplicatedContentSecurityPolicyHeader(
|
|
|