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

Unified Diff: ppapi/tests/test_flash.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/c/pp_macros.h ('k') | ppapi/tests/test_flash_drm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « ppapi/c/pp_macros.h ('k') | ppapi/tests/test_flash_drm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698