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

Unified Diff: media/audio/win/audio_unified_win.cc

Issue 16943003: Rewrite scoped_ptr<T>(NULL) to use the default ctor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « content/browser/web_contents/web_contents_drag_win.cc ('k') | net/http/http_auth_handler_ntlm_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/win/audio_unified_win.cc
diff --git a/media/audio/win/audio_unified_win.cc b/media/audio/win/audio_unified_win.cc
index c69d114586da29a4098402c096f01212b42b4501..20fa1333df71c4b6df2e8d7306a37008b48d90bf 100644
--- a/media/audio/win/audio_unified_win.cc
+++ b/media/audio/win/audio_unified_win.cc
@@ -118,7 +118,6 @@ WASAPIUnifiedStream::WASAPIUnifiedStream(AudioManagerWin* manager,
output_channels_(params.channels()),
input_device_id_(input_device_id),
share_mode_(CoreAudioUtil::GetShareMode()),
- audio_io_thread_(NULL),
opened_(false),
volume_(1.0),
output_buffer_size_frames_(0),
« no previous file with comments | « content/browser/web_contents/web_contents_drag_win.cc ('k') | net/http/http_auth_handler_ntlm_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698