| Index: media/filters/pipeline_integration_test_base.cc
|
| diff --git a/media/filters/pipeline_integration_test_base.cc b/media/filters/pipeline_integration_test_base.cc
|
| index ed8caf6033a027b789db64b7c04bf7f2d4c2d4e4..dd3cd5b993494ee3a40d1f3a59f9b7f30a0cd794 100644
|
| --- a/media/filters/pipeline_integration_test_base.cc
|
| +++ b/media/filters/pipeline_integration_test_base.cc
|
| @@ -19,7 +19,7 @@ using ::testing::AnyNumber;
|
| namespace media {
|
|
|
| PipelineIntegrationTestBase::PipelineIntegrationTestBase()
|
| - : message_loop_factory_(new MessageLoopFactoryImpl()),
|
| + : message_loop_factory_(new MessageLoopFactory()),
|
| pipeline_(new Pipeline(&message_loop_, new MediaLog())),
|
| ended_(false),
|
| pipeline_status_(PIPELINE_OK) {
|
|
|