| Index: ppapi/tests/test_cursor_control.cc
|
| diff --git a/ppapi/tests/test_cursor_control.cc b/ppapi/tests/test_cursor_control.cc
|
| index 55e5225b06bfc065f49e5dfbba4d9e0491793ffe..248663e5df8bfd2c9e9248c0978747988a76e2ab 100644
|
| --- a/ppapi/tests/test_cursor_control.cc
|
| +++ b/ppapi/tests/test_cursor_control.cc
|
| @@ -16,7 +16,7 @@ TestCursorControl::TestCursorControl(TestingInstance* instance)
|
| }
|
|
|
| bool TestCursorControl::Init() {
|
| - cursor_control_interface_ = static_cast<PPB_CursorControl_Dev const*>(
|
| + cursor_control_interface_ = static_cast<const PPB_CursorControl_Dev*>(
|
| pp::Module::Get()->GetBrowserInterface(PPB_CURSOR_CONTROL_DEV_INTERFACE));
|
| return !!cursor_control_interface_;
|
| }
|
|
|