Index: webkit/glue/plugins/pepper_url_response_info.h |
=================================================================== |
--- webkit/glue/plugins/pepper_url_response_info.h (revision 57791) |
+++ webkit/glue/plugins/pepper_url_response_info.h (working copy) |
@@ -7,7 +7,7 @@ |
#include <string> |
-#include "third_party/ppapi/c/ppb_url_response_info.h" |
+#include "third_party/ppapi/c/dev/ppb_url_response_info_dev.h" |
#include "webkit/glue/plugins/pepper_resource.h" |
namespace WebKit { |
@@ -23,13 +23,13 @@ |
// Returns a pointer to the interface implementing PPB_URLResponseInfo that |
// is exposed to the plugin. |
- static const PPB_URLResponseInfo* GetInterface(); |
+ static const PPB_URLResponseInfo_Dev* GetInterface(); |
// Resource overrides. |
URLResponseInfo* AsURLResponseInfo() { return this; } |
// PPB_URLResponseInfo implementation. |
- PP_Var GetProperty(PP_URLResponseProperty property); |
+ PP_Var GetProperty(PP_URLResponseProperty_Dev property); |
bool Initialize(const WebKit::WebURLResponse& response); |