| Index: ppapi/thunk/ppb_buffer_trusted_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_buffer_trusted_thunk.cc b/ppapi/thunk/ppb_buffer_trusted_thunk.cc
|
| index f20d6d584a1f4a27fb02e3a9b0488bf999b9ddcf..0a3853fd92a991798cca8a63887eb165de6e582a 100644
|
| --- a/ppapi/thunk/ppb_buffer_trusted_thunk.cc
|
| +++ b/ppapi/thunk/ppb_buffer_trusted_thunk.cc
|
| @@ -26,7 +26,7 @@ const PPB_BufferTrusted g_ppb_buffer_trusted_thunk = {
|
|
|
| } // namespace
|
|
|
| -const PPB_BufferTrusted* GetPPB_BufferTrusted_Thunk() {
|
| +const PPB_BufferTrusted_0_1* GetPPB_BufferTrusted_0_1_Thunk() {
|
| return &g_ppb_buffer_trusted_thunk;
|
| }
|
|
|
|
|