Index: content/renderer/media/webrtc_audio_device_impl.cc |
diff --git a/content/renderer/media/webrtc_audio_device_impl.cc b/content/renderer/media/webrtc_audio_device_impl.cc |
index fefb10efb8b7f8ea5cb63bdf68425b405b3c1773..d37d0cf1156b9cfeb3ccd4c99599b4a763714ac7 100644 |
--- a/content/renderer/media/webrtc_audio_device_impl.cc |
+++ b/content/renderer/media/webrtc_audio_device_impl.cc |
@@ -11,6 +11,8 @@ |
#include "content/renderer/render_thread_impl.h" |
#include "media/audio/audio_util.h" |
+using media::AudioParameters; |
+ |
static const int64 kMillisecondsBetweenProcessCalls = 5000; |
// Supported hardware sample rates for input and output sides. |