Index: media/test/pipeline_integration_test_base.h |
diff --git a/media/test/pipeline_integration_test_base.h b/media/test/pipeline_integration_test_base.h |
index 4f4bd2f33cc6c4bb31ff747f83dde92ac0d8c961..810690dd4152a42e533e4bc8d287cdd8538075ec 100644 |
--- a/media/test/pipeline_integration_test_base.h |
+++ b/media/test/pipeline_integration_test_base.h |
@@ -108,7 +108,7 @@ class PipelineIntegrationTestBase { |
bool clockless_playback_; |
scoped_ptr<Demuxer> demuxer_; |
scoped_ptr<DataSource> data_source_; |
- scoped_ptr<Pipeline> pipeline_; |
+ scoped_ptr<PipelineImpl> pipeline_; |
scoped_refptr<NullAudioSink> audio_sink_; |
scoped_refptr<ClocklessAudioSink> clockless_audio_sink_; |
scoped_ptr<NullVideoSink> video_sink_; |