| Index: chromecast/media/cma/test/media_component_device_feeder_for_test.h
|
| diff --git a/chromecast/media/cma/test/media_component_device_feeder_for_test.h b/chromecast/media/cma/test/media_component_device_feeder_for_test.h
|
| index 1397b522943011f82c58f6b06fbeec5ea05a509d..cd28eb4de1f76157d2c5d479f505854c8f560e1a 100644
|
| --- a/chromecast/media/cma/test/media_component_device_feeder_for_test.h
|
| +++ b/chromecast/media/cma/test/media_component_device_feeder_for_test.h
|
| @@ -9,17 +9,18 @@
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| -#include "chromecast/media/cma/backend/audio_pipeline_device.h"
|
| -#include "chromecast/media/cma/backend/media_clock_device.h"
|
| -#include "chromecast/media/cma/backend/media_pipeline_device.h"
|
| -#include "chromecast/media/cma/backend/video_pipeline_device.h"
|
| -#include "chromecast/media/cma/base/decoder_buffer_base.h"
|
| +#include "chromecast/public/media/audio_pipeline_device.h"
|
| +#include "chromecast/public/media/cast_decoder_buffer.h"
|
| +#include "chromecast/public/media/media_clock_device.h"
|
| +#include "chromecast/public/media/video_pipeline_device.h"
|
|
|
| namespace chromecast {
|
| namespace media {
|
| +class DecoderBufferBase;
|
|
|
| typedef std::list<scoped_refptr<DecoderBufferBase> > BufferList;
|
|
|
|
|