Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Unified Diff: webkit/plugins/ppapi/ppb_url_response_info_impl.h

Issue 7669055: Remove webkit::ppapi::Resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nulls auditeed Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/plugins/ppapi/ppb_url_response_info_impl.h
diff --git a/webkit/plugins/ppapi/ppb_url_response_info_impl.h b/webkit/plugins/ppapi/ppb_url_response_info_impl.h
index 5c507467c9afab59d0896017cabbe4f42df8ff6b..963999232318a50cb2a123461ee2381c49f0fff0 100644
--- a/webkit/plugins/ppapi/ppb_url_response_info_impl.h
+++ b/webkit/plugins/ppapi/ppb_url_response_info_impl.h
@@ -8,9 +8,10 @@
#include <string>
#include "base/basictypes.h"
+#include "base/compiler_specific.h"
#include "ppapi/c/ppb_url_response_info.h"
+#include "ppapi/shared_impl/resource.h"
#include "ppapi/thunk/ppb_url_response_info_api.h"
-#include "webkit/plugins/ppapi/resource.h"
namespace WebKit {
class WebURLResponse;
@@ -22,10 +23,10 @@ namespace ppapi {
class PPB_FileRef_Impl;
class PPB_URLResponseInfo_Impl
- : public Resource,
+ : public ::ppapi::Resource,
public ::ppapi::thunk::PPB_URLResponseInfo_API {
public:
- explicit PPB_URLResponseInfo_Impl(PluginInstance* instance);
+ explicit PPB_URLResponseInfo_Impl(PP_Instance instance);
virtual ~PPB_URLResponseInfo_Impl();
bool Initialize(const WebKit::WebURLResponse& response);
« no previous file with comments | « webkit/plugins/ppapi/ppb_url_request_info_impl.cc ('k') | webkit/plugins/ppapi/ppb_url_response_info_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698