Index: media/filters/audio_renderer_impl.h |
diff --git a/media/filters/audio_renderer_impl.h b/media/filters/audio_renderer_impl.h |
index cc06fa3bf58151d6225a770f4b270bf879802000..5f6ebdd347bc7195bf57e0941df3e35f1c116560 100644 |
--- a/media/filters/audio_renderer_impl.h |
+++ b/media/filters/audio_renderer_impl.h |
@@ -22,6 +22,7 @@ |
#include <deque> |
#include "base/gtest_prod_util.h" |
+#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/synchronization/lock.h" |
#include "media/base/audio_decoder.h" |
@@ -197,7 +198,7 @@ class MEDIA_EXPORT AudioRendererImpl |
// may deadlock between |task_runner_| and the audio callback thread. |
scoped_refptr<media::AudioRendererSink> sink_; |
- AudioBufferStream audio_buffer_stream_; |
+ scoped_ptr<AudioBufferStream> audio_buffer_stream_; |
// Interface to the hardware audio params. |
const AudioHardwareConfig* const hardware_config_; |