| Index: ppapi/thunk/ppb_url_request_info_api.h
|
| diff --git a/ppapi/thunk/ppb_url_request_info_api.h b/ppapi/thunk/ppb_url_request_info_api.h
|
| index a3890b18ea255de52eb64b0855d3c869be0faf0b..d9fc8c3d6ebafabccce4a19994df4928b9093781 100644
|
| --- a/ppapi/thunk/ppb_url_request_info_api.h
|
| +++ b/ppapi/thunk/ppb_url_request_info_api.h
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace ppapi {
|
|
|
| -struct PPB_URLRequestInfo_Data;
|
| +struct URLRequestInfoData;
|
|
|
| namespace thunk {
|
|
|
| @@ -27,7 +27,7 @@ class PPAPI_THUNK_EXPORT PPB_URLRequestInfo_API {
|
| PP_Time expected_last_modified_time) = 0;
|
|
|
| // Internal-only function for retrieving the current config.
|
| - virtual const PPB_URLRequestInfo_Data& GetData() const = 0;
|
| + virtual const URLRequestInfoData& GetData() const = 0;
|
| };
|
|
|
| } // namespace thunk
|
|
|