| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 5bf558bdb55eb59a54a0fdb1fa37d2ecc475dc43..a17c1cda0dac2d3f2c63a88de159f31705d65495 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -228,7 +228,7 @@ class BLINK_EXPORT WebFrameClient {
|
| // Called when a Feature-Policy HTTP header is encountered while loading the
|
| // frame's document.
|
| virtual void didSetFeaturePolicyHeader(
|
| - const WebParsedFeaturePolicyHeader& parsedHeader) {}
|
| + const WebParsedFeaturePolicy& parsedHeader) {}
|
|
|
| // Called when a new Content Security Policy is added to the frame's
|
| // document. This can be triggered by handling of HTTP headers, handling
|
|
|