| Index: ppapi/shared_impl/ppb_crypto_shared.cc
|
| diff --git a/ppapi/shared_impl/ppb_crypto_shared.cc b/ppapi/shared_impl/ppb_crypto_shared.cc
|
| index 42694d0e3479e7627bd17b958843c422c25eda73..f0416644bd0abc72bc1a48e44a025bd451944956 100644
|
| --- a/ppapi/shared_impl/ppb_crypto_shared.cc
|
| +++ b/ppapi/shared_impl/ppb_crypto_shared.cc
|
| @@ -27,7 +27,7 @@ const PPB_Crypto_Dev crypto_interface = {
|
|
|
| namespace thunk {
|
|
|
| -PPAPI_THUNK_EXPORT const PPB_Crypto_Dev* GetPPB_Crypto_Dev_Thunk() {
|
| +PPAPI_THUNK_EXPORT const PPB_Crypto_Dev_0_1* GetPPB_Crypto_Dev_0_1_Thunk() {
|
| return &crypto_interface;
|
| }
|
|
|
|
|