| Index: webkit/plugins/ppapi/ppb_url_request_info_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_url_request_info_impl.h b/webkit/plugins/ppapi/ppb_url_request_info_impl.h
|
| index d9841f0fc745aafa024e5e0e0dcc2a1d66e5263f..d2403b6c59083bd8df28709b28c8dc3a2d23ff3c 100644
|
| --- a/webkit/plugins/ppapi/ppb_url_request_info_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_url_request_info_impl.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/thunk/ppb_url_request_info_api.h"
|
| -#include "ppapi/shared_impl/url_request_info_impl.h"
|
| +#include "ppapi/shared_impl/ppb_url_request_info_shared.h"
|
| #include "webkit/plugins/webkit_plugins_export.h"
|
|
|
| namespace WebKit {
|
| @@ -20,7 +20,7 @@ namespace webkit {
|
| namespace ppapi {
|
|
|
| class WEBKIT_PLUGINS_EXPORT PPB_URLRequestInfo_Impl :
|
| - public ::ppapi::URLRequestInfoImpl {
|
| + public ::ppapi::PPB_URLRequestInfo_Shared {
|
| public:
|
| explicit PPB_URLRequestInfo_Impl(
|
| PP_Instance instance,
|
|
|