| Index: ppapi/tests/test_message_loop.cc
|
| diff --git a/ppapi/tests/test_message_loop.cc b/ppapi/tests/test_message_loop.cc
|
| index 475d9b267818c6fa3540f14d000934cfb0a7352f..31ef4b7a845d56ae59a1de87c029d7b4f504dc8c 100644
|
| --- a/ppapi/tests/test_message_loop.cc
|
| +++ b/ppapi/tests/test_message_loop.cc
|
| @@ -17,7 +17,7 @@ REGISTER_TEST_CASE(MessageLoop);
|
| TestMessageLoop::TestMessageLoop(TestingInstance* instance)
|
| : TestCase(instance),
|
| param_(kInvalid),
|
| - PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)),
|
| + callback_factory_(this),
|
| main_loop_task_ran_(instance->pp_instance()) {
|
| }
|
|
|
|
|