| Index: ppapi/tests/test_flash.cc
|
| diff --git a/ppapi/tests/test_flash.cc b/ppapi/tests/test_flash.cc
|
| index bb999fd3128c83328765de074736bee4c10c28ff..c854de56de60409a55424e2bcb242f39a3e50106 100644
|
| --- a/ppapi/tests/test_flash.cc
|
| +++ b/ppapi/tests/test_flash.cc
|
| @@ -19,7 +19,7 @@ using pp::Var;
|
|
|
| TestFlash::TestFlash(TestingInstance* instance)
|
| : TestCase(instance),
|
| - PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)) {
|
| + callback_factory_(this) {
|
| }
|
|
|
| void TestFlash::RunTests(const std::string& filter) {
|
|
|