| Index: ppapi/tests/test_uma.cc
|
| diff --git a/ppapi/tests/test_uma.cc b/ppapi/tests/test_uma.cc
|
| index b16c8911ba71e189521c6e44c1848b6aef0e8c7c..46efcbeb206fdd66edf46eeabee424579c1db074 100644
|
| --- a/ppapi/tests/test_uma.cc
|
| +++ b/ppapi/tests/test_uma.cc
|
| @@ -12,7 +12,7 @@
|
| REGISTER_TEST_CASE(UMA);
|
|
|
| bool TestUMA::Init() {
|
| - uma_interface_ = reinterpret_cast<PPB_UMA_Private const*>(
|
| + uma_interface_ = static_cast<const PPB_UMA_Private*>(
|
| pp::Module::Get()->GetBrowserInterface(PPB_UMA_PRIVATE_INTERFACE));
|
| return !!uma_interface_;
|
| }
|
|
|