| Index: chromecast/renderer/media/video_pipeline_proxy.h
|
| diff --git a/chromecast/renderer/media/video_pipeline_proxy.h b/chromecast/renderer/media/video_pipeline_proxy.h
|
| index e30be8cf24865fdffad9dbecf05e1662b3e4fb05..b878ebfb4e2e8122dd3c805aa60941263c72568e 100644
|
| --- a/chromecast/renderer/media/video_pipeline_proxy.h
|
| +++ b/chromecast/renderer/media/video_pipeline_proxy.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
| -#include "chromecast/media/cma/pipeline/video_pipeline.h"
|
| +#include "chromecast/renderer/media/video_pipeline.h"
|
| #include "media/base/pipeline_status.h"
|
|
|
| namespace base {
|
| @@ -26,7 +26,6 @@ class VideoDecoderConfig;
|
|
|
| namespace chromecast {
|
| namespace media {
|
| -struct AvPipelineClient;
|
| class AvStreamerProxy;
|
| class CodedFrameProvider;
|
| class VideoPipelineProxyInternal;
|
| @@ -45,7 +44,7 @@ class VideoPipelineProxy : public VideoPipeline {
|
| void Flush(const base::Closure& done_cb);
|
| void Stop();
|
|
|
| - // VideoPipeline implementation.
|
| + // RendererVideoPipeline implementation.
|
| void SetClient(const VideoPipelineClient& video_client) override;
|
|
|
| private:
|
|
|