Index: webkit/plugins/ppapi/ppb_url_loader_impl.h |
diff --git a/webkit/plugins/ppapi/ppb_url_loader_impl.h b/webkit/plugins/ppapi/ppb_url_loader_impl.h |
index d067ebf3a04e154d12f48e29a3714c44e276aa37..429a0420d422769fb92d1b154d80105aa68a0286 100644 |
--- a/webkit/plugins/ppapi/ppb_url_loader_impl.h |
+++ b/webkit/plugins/ppapi/ppb_url_loader_impl.h |
@@ -11,11 +11,11 @@ |
#include "base/memory/scoped_ptr.h" |
#include "ppapi/c/pp_completion_callback.h" |
#include "ppapi/c/trusted/ppb_url_loader_trusted.h" |
+#include "ppapi/shared_impl/resource.h" |
#include "ppapi/thunk/ppb_url_loader_api.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderClient.h" |
#include "webkit/plugins/ppapi/callbacks.h" |
#include "webkit/plugins/ppapi/ppapi_plugin_instance.h" |
-#include "webkit/plugins/ppapi/resource.h" |
namespace WebKit { |
class WebFrame; |
@@ -25,15 +25,14 @@ class WebURL; |
namespace webkit { |
namespace ppapi { |
-class PluginInstance; |
class PPB_URLRequestInfo_Impl; |
class PPB_URLResponseInfo_Impl; |
-class PPB_URLLoader_Impl : public Resource, |
+class PPB_URLLoader_Impl : public ::ppapi::Resource, |
public ::ppapi::thunk::PPB_URLLoader_API, |
public WebKit::WebURLLoaderClient { |
public: |
- PPB_URLLoader_Impl(PluginInstance* instance, bool main_document_loader); |
+ PPB_URLLoader_Impl(PP_Instance instance, bool main_document_loader); |
virtual ~PPB_URLLoader_Impl(); |
// Resource overrides. |