Index: content/renderer/media/renderer_webaudiodevice_impl.h |
diff --git a/content/renderer/media/renderer_webaudiodevice_impl.h b/content/renderer/media/renderer_webaudiodevice_impl.h |
index db9f86c9c3c38afebe957db41dcdbf1c621365b0..c30b031c73f3a05d6ae72b8194d588227c8d9d54 100644 |
--- a/content/renderer/media/renderer_webaudiodevice_impl.h |
+++ b/content/renderer/media/renderer_webaudiodevice_impl.h |
@@ -22,7 +22,6 @@ class SingleThreadTaskRunner; |
} |
namespace media { |
-class AudioOutputDevice; |
class NullAudioSink; |
} |
@@ -61,7 +60,7 @@ class RendererWebAudioDeviceImpl |
base::ThreadChecker thread_checker_; |
// When non-NULL, we are started. When NULL, we are stopped. |
- scoped_refptr<media::AudioOutputDevice> output_device_; |
+ scoped_refptr<media::AudioRendererSink> sink_; |
// ID to allow browser to select the correct input device for unified IO. |
int session_id_; |