| Index: ppapi/tests/test_transport.cc
|
| diff --git a/ppapi/tests/test_transport.cc b/ppapi/tests/test_transport.cc
|
| index 311cf9de8cf7e425db28c06caab9486b8f94d7d1..3f629c41c9a0da08c36b41a030caa0bfcd9f3309 100644
|
| --- a/ppapi/tests/test_transport.cc
|
| +++ b/ppapi/tests/test_transport.cc
|
| @@ -102,7 +102,7 @@ TestTransport::~TestTransport() {
|
| }
|
|
|
| bool TestTransport::Init() {
|
| - transport_interface_ = reinterpret_cast<PPB_Transport_Dev const*>(
|
| + transport_interface_ = static_cast<const PPB_Transport_Dev*>(
|
| pp::Module::Get()->GetBrowserInterface(PPB_TRANSPORT_DEV_INTERFACE));
|
| return transport_interface_ && InitTestingInterface();
|
| }
|
|
|