Index: ppapi/tests/test_image_data.cc |
diff --git a/ppapi/tests/test_image_data.cc b/ppapi/tests/test_image_data.cc |
index cd56a52d3dac14a8249d978fc82cd1440a17622a..f1011475e6bf37e0ba5e5ee3db4b6bc277cb5cc3 100644 |
--- a/ppapi/tests/test_image_data.cc |
+++ b/ppapi/tests/test_image_data.cc |
@@ -13,7 +13,7 @@ |
REGISTER_TEST_CASE(ImageData); |
bool TestImageData::Init() { |
- image_data_interface_ = reinterpret_cast<PPB_ImageData const*>( |
+ image_data_interface_ = static_cast<const PPB_ImageData*>( |
pp::Module::Get()->GetBrowserInterface(PPB_IMAGEDATA_INTERFACE)); |
return !!image_data_interface_; |
} |