| Index: ppapi/thunk/ppb_content_decryptor_private_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_content_decryptor_private_thunk.cc b/ppapi/thunk/ppb_content_decryptor_private_thunk.cc
|
| index 946e5b3c1b080448e4e8c839aea4baad8b893c7f..905d48230dec40866f86ac14aea964a7c92fb291 100644
|
| --- a/ppapi/thunk/ppb_content_decryptor_private_thunk.cc
|
| +++ b/ppapi/thunk/ppb_content_decryptor_private_thunk.cc
|
| @@ -125,7 +125,7 @@ const PPB_ContentDecryptor_Private g_ppb_decryption_thunk = {
|
| } // namespace
|
|
|
| const PPB_ContentDecryptor_Private*
|
| - GetPPB_ContentDecryptor_Private_0_5_Thunk() {
|
| + GetPPB_ContentDecryptor_Private_0_6_Thunk() {
|
| return &g_ppb_decryption_thunk;
|
| }
|
|
|
|
|