| Index: content/public/renderer/resource_fetcher.h
|
| diff --git a/content/public/renderer/resource_fetcher.h b/content/public/renderer/resource_fetcher.h
|
| index ba75a4e10582940052279f6c74335f659cf5a9b9..6f6c21ed1a692fe23591779cae887dc98bbfac94 100644
|
| --- a/content/public/renderer/resource_fetcher.h
|
| +++ b/content/public/renderer/resource_fetcher.h
|
| @@ -18,7 +18,7 @@ class TimeDelta;
|
| }
|
|
|
| namespace blink {
|
| -class WebFrame;
|
| +class WebLocalFrame;
|
| class WebURLResponse;
|
| }
|
|
|
| @@ -51,7 +51,7 @@ class CONTENT_EXPORT ResourceFetcher {
|
|
|
| // Starts the request using the specified frame. Calls |callback| when
|
| // done.
|
| - virtual void Start(blink::WebFrame* frame,
|
| + virtual void Start(blink::WebLocalFrame* frame,
|
| blink::WebURLRequest::RequestContext request_context,
|
| const Callback& callback) = 0;
|
|
|
|
|