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

Unified Diff: ppapi/proxy/audio_input_resource.cc

Issue 14307011: ppapi: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | ppapi/proxy/device_enumeration_resource_helper_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/audio_input_resource.cc
diff --git a/ppapi/proxy/audio_input_resource.cc b/ppapi/proxy/audio_input_resource.cc
index 4f321c26b28c85c92d5ceb4271aecac98aa247f7..487df29663fe3538f630e1619bb0021fd0730ac8 100644
--- a/ppapi/proxy/audio_input_resource.cc
+++ b/ppapi/proxy/audio_input_resource.cc
@@ -31,7 +31,7 @@ AudioInputResource::AudioInputResource(
shared_memory_size_(0),
audio_input_callback_(NULL),
user_data_(NULL),
- ALLOW_THIS_IN_INITIALIZER_LIST(enumeration_helper_(this)) {
+ enumeration_helper_(this) {
SendCreate(RENDERER, PpapiHostMsg_AudioInput_Create());
}
« no previous file with comments | « no previous file | ppapi/proxy/device_enumeration_resource_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698