| Index: ppapi/tests/test_crypto.cc
|
| diff --git a/ppapi/tests/test_crypto.cc b/ppapi/tests/test_crypto.cc
|
| index 8371e6180ac372b5b3baa4b806f365efa20295e6..cfeb5a80bab09fd870b8ff29814ab9009bba29ea 100644
|
| --- a/ppapi/tests/test_crypto.cc
|
| +++ b/ppapi/tests/test_crypto.cc
|
| @@ -16,7 +16,7 @@ TestCrypto::TestCrypto(TestingInstance* instance)
|
| }
|
|
|
| bool TestCrypto::Init() {
|
| - crypto_interface_ = static_cast<PPB_Crypto_Dev const*>(
|
| + crypto_interface_ = static_cast<const PPB_Crypto_Dev*>(
|
| pp::Module::Get()->GetBrowserInterface(PPB_CRYPTO_DEV_INTERFACE));
|
| return !!crypto_interface_;
|
| }
|
|
|