| 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 385f2bd746e93c2f21669659f9d5e23e601b13c5..d927e691d3f8b30e10f2d06dc3d056fe240cbce6 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrame.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| @@ -60,7 +60,7 @@ class WebRemoteFrame : public WebFrame {
|
| const WebString& uniqueName) const = 0;
|
|
|
| virtual void setReplicatedFeaturePolicyHeader(
|
| - const WebParsedFeaturePolicy& parsedHeader) const = 0;
|
| + const WebParsedFeaturePolicyHeader& parsedHeader) const = 0;
|
|
|
| // Adds |header| to the set of replicated CSP headers.
|
| virtual void addReplicatedContentSecurityPolicyHeader(
|
|
|