Index: content/public/renderer/associated_resource_fetcher.h |
diff --git a/content/public/renderer/associated_resource_fetcher.h b/content/public/renderer/associated_resource_fetcher.h |
index 68549345c7da4ee5e44e2e9e78ca0fac35a7ba59..18d445c6aff5c203aea2a90065882c297d7d869b 100644 |
--- a/content/public/renderer/associated_resource_fetcher.h |
+++ b/content/public/renderer/associated_resource_fetcher.h |
@@ -15,7 +15,7 @@ |
class GURL; |
namespace blink { |
-class WebFrame; |
+class WebLocalFrame; |
class WebURLResponse; |
struct WebAssociatedURLLoaderOptions; |
} |
@@ -53,7 +53,7 @@ class CONTENT_EXPORT AssociatedResourceFetcher { |
// 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, |
blink::WebURLRequest::FrameType frame_type, |
const Callback& callback) = 0; |