Index: content/renderer/media/webrtc_audio_device_unittest.cc |
diff --git a/content/renderer/media/webrtc_audio_device_unittest.cc b/content/renderer/media/webrtc_audio_device_unittest.cc |
index 42e9c6d52e6cfb4f7673d7c99334e6cd8a0b8b9b..09cf5f0eaba530c3676264b7e62a98d88230a122 100644 |
--- a/content/renderer/media/webrtc_audio_device_unittest.cc |
+++ b/content/renderer/media/webrtc_audio_device_unittest.cc |
@@ -98,7 +98,7 @@ bool InitializeCapturer(WebRtcAudioDeviceImpl* webrtc_audio_device) { |
int sample_rate = hardware_config->GetInputSampleRate(); |
media::ChannelLayout channel_layout = |
hardware_config->GetInputChannelLayout(); |
- if (!capturer->Initialize(channel_layout, sample_rate)) |
+ if (!capturer->Initialize(kRenderViewId, channel_layout, sample_rate)) |
return false; |
// Ensures that the default capture device is utilized. |