Index: ppapi/thunk/ppb_url_request_info_thunk.cc |
diff --git a/ppapi/thunk/ppb_url_request_info_thunk.cc b/ppapi/thunk/ppb_url_request_info_thunk.cc |
index a5cca105d7586be4b42db903d737059e2f20828e..3ecc96c7f0c8c873439c8bdf7962245d963599d7 100644 |
--- a/ppapi/thunk/ppb_url_request_info_thunk.cc |
+++ b/ppapi/thunk/ppb_url_request_info_thunk.cc |
@@ -66,7 +66,7 @@ const PPB_URLRequestInfo g_ppb_url_request_info_thunk = { |
} // namespace |
-const PPB_URLRequestInfo* GetPPB_URLRequestInfo_Thunk() { |
+const PPB_URLRequestInfo_1_0* GetPPB_URLRequestInfo_1_0_Thunk() { |
return &g_ppb_url_request_info_thunk; |
} |