| Index: ppapi/tests/test_flash_message_loop.cc
|
| diff --git a/ppapi/tests/test_flash_message_loop.cc b/ppapi/tests/test_flash_message_loop.cc
|
| index f5dd3b8a68c228d6781a53154d8df83c3ef36a4f..e7cb3186915b1e296ab29e3f19bc6e6a843581b5 100644
|
| --- a/ppapi/tests/test_flash_message_loop.cc
|
| +++ b/ppapi/tests/test_flash_message_loop.cc
|
| @@ -16,7 +16,7 @@ REGISTER_TEST_CASE(FlashMessageLoop);
|
| TestFlashMessageLoop::TestFlashMessageLoop(TestingInstance* instance)
|
| : TestCase(instance),
|
| message_loop_(NULL),
|
| - PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)) {
|
| + callback_factory_(this) {
|
| }
|
|
|
| TestFlashMessageLoop::~TestFlashMessageLoop() {
|
|
|