diff options
Diffstat (limited to 'ppapi/tests/test_flash_drm.cc')
-rw-r--r-- | ppapi/tests/test_flash_drm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_flash_drm.cc b/ppapi/tests/test_flash_drm.cc index 7fade64..8daf18d 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) { |