| Index: chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h
|
| diff --git a/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h b/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h
|
| index a656fd0226bb44767b4dae382b3567645408ea38..d5a19822ef516473832c3abb458d306029dbdee8 100644
|
| --- a/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h
|
| +++ b/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef CHROMECAST_MEDIA_CMA_BACKEND_ALSA_STREAM_MIXER_ALSA_INPUT_H_
|
| #define CHROMECAST_MEDIA_CMA_BACKEND_ALSA_STREAM_MIXER_ALSA_INPUT_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h"
|
|
|
|
|