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

Unified Diff: content/renderer/media/webrtc_audio_capturer.cc

Issue 429253003: Webrtc deps roll. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 5 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
Index: content/renderer/media/webrtc_audio_capturer.cc
===================================================================
--- content/renderer/media/webrtc_audio_capturer.cc (revision 286889)
+++ content/renderer/media/webrtc_audio_capturer.cc (working copy)
@@ -228,7 +228,7 @@
MediaStreamAudioSource* audio_source)
: constraints_(constraints),
audio_processor_(
- new talk_base::RefCountedObject<MediaStreamAudioProcessor>(
+ new rtc::RefCountedObject<MediaStreamAudioProcessor>(
constraints, device_info.device.input.effects, audio_device)),
running_(false),
render_view_id_(render_view_id),

Powered by Google App Engine
This is Rietveld 408576698