| 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 02b50514c5ddd4bff043517f910fea668143fce3..f172ea7d5b5a1a932b5418b7d12bbdfd4da3a122 100644
|
| --- a/ppapi/shared_impl/ppb_crypto_shared.cc
|
| +++ b/ppapi/shared_impl/ppb_crypto_shared.cc
|
| @@ -19,9 +19,7 @@ void GetRandomBytes(char* buffer, uint32_t num_bytes) {
|
| base::RandBytes(buffer, num_bytes);
|
| }
|
|
|
| -const PPB_Crypto_Dev crypto_interface = {
|
| - &GetRandomBytes
|
| -};
|
| +const PPB_Crypto_Dev crypto_interface = {&GetRandomBytes};
|
|
|
| } // namespace
|
|
|
|
|