Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: ppapi/tests/test_message_loop.cc

Issue 324453003: PPAPI: Remove PP_ALLOW_THIS_IN_INITIALIZER_LIST (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_flash_message_loop.cc ('k') | ppapi/utility/websocket/websocket_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()) {
}
« no previous file with comments | « ppapi/tests/test_flash_message_loop.cc ('k') | ppapi/utility/websocket/websocket_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698