| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index 2e0113561d511212774d37a549fef856dfe5a24c..db6cd9c0f47bd32b247c4e9aeb4a75b20d587223 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -239,7 +239,7 @@ class CONTENT_EXPORT ContentRendererClient {
|
|
|
| // Notifies the embedder that the given frame is requesting the resource at
|
| // |url|. If the function returns true, the url is changed to |new_url|.
|
| - virtual bool WillSendRequest(blink::WebFrame* frame,
|
| + virtual bool WillSendRequest(blink::WebLocalFrame* frame,
|
| ui::PageTransition transition_type,
|
| const blink::WebURL& url,
|
| GURL* new_url);
|
|
|