| Index: ppapi/tests/test_flash_drm.cc
|
| diff --git a/ppapi/tests/test_flash_drm.cc b/ppapi/tests/test_flash_drm.cc
|
| index 7fade645fd5866181b25673615cd6fbcdedfc79a..8daf18d02e6c1d7e139d8c578bf38d2ba4d57fb4 100644
|
| --- a/ppapi/tests/test_flash_drm.cc
|
| +++ b/ppapi/tests/test_flash_drm.cc
|
| @@ -32,7 +32,7 @@ namespace {
|
|
|
| TestFlashDRM::TestFlashDRM(TestingInstance* instance)
|
| : TestCase(instance),
|
| - PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)) {
|
| + callback_factory_(this) {
|
| }
|
|
|
| void TestFlashDRM::RunTests(const std::string& filter) {
|
|
|