Chromium Code Reviews| Index: media/audio/cras/cras_input.h |
| diff --git a/media/audio/cras/cras_input.h b/media/audio/cras/cras_input.h |
| index 391366ae90ad8e0f813259d420368b6e40e5b12c..280ff710ee6f6dfc35667f879b241d9e9be0dd1f 100644 |
| --- a/media/audio/cras/cras_input.h |
| +++ b/media/audio/cras/cras_input.h |
| @@ -110,7 +110,7 @@ class MEDIA_EXPORT CrasInputStream : public AgcAudioStream<AudioInputStream> { |
| // True if the stream is a system-wide loopback stream. |
| bool is_loopback_; |
| - scoped_ptr<AudioBus> audio_bus_; |
| + std::unique_ptr<AudioBus> audio_bus_; |
|
danakj
2016/04/22 22:47:36
include memory
dcheng
2016/04/22 23:13:20
Done.
|
| DISALLOW_COPY_AND_ASSIGN(CrasInputStream); |
| }; |