Index: content/renderer/pepper/pepper_url_loader_host.h |
diff --git a/content/renderer/pepper/pepper_url_loader_host.h b/content/renderer/pepper/pepper_url_loader_host.h |
index d352536eae344a5cb2da31e4949c7a0b62793214..98f526e671af71557ade841beb842e1eb204884c 100644 |
--- a/content/renderer/pepper/pepper_url_loader_host.h |
+++ b/content/renderer/pepper/pepper_url_loader_host.h |
@@ -15,9 +15,9 @@ |
#include "ppapi/shared_impl/url_request_info_data.h" |
#include "ppapi/shared_impl/url_response_info_data.h" |
#include "third_party/WebKit/public/platform/WebURLLoaderClient.h" |
+#include "third_party/WebKit/public/web/WebLocalFrame.h" |
namespace blink { |
-class WebFrame; |
class WebURLLoader; |
} |
@@ -97,7 +97,7 @@ class PepperURLLoaderHost |
void Close(); |
// Returns the frame for the current request. |
- blink::WebFrame* GetFrame(); |
+ blink::WebLocalFrame* GetFrame(); |
// Calls SetDefersLoading on the current load. This encapsulates the logic |
// differences between document loads and regular ones. |