| Index: media/test/pipeline_integration_test.cc
|
| diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
|
| index c96c8e09f7b118c677d172625d91216d66d0b6ea..24895905b07e2ec73d04a1e7d642b297571770cd 100644
|
| --- a/media/test/pipeline_integration_test.cc
|
| +++ b/media/test/pipeline_integration_test.cc
|
| @@ -675,11 +675,12 @@ class MockMediaSource {
|
| // preferably by eliminating multiple inheritance here which is
|
| // banned by Google C++ style.
|
| #if defined(MOJO_RENDERER) && defined(ENABLE_MOJO_PIPELINE_INTEGRATION_TEST)
|
| -class PipelineIntegrationTestHost : public shell::test::ServiceTest,
|
| +class PipelineIntegrationTestHost : public service_manager::test::ServiceTest,
|
| public PipelineIntegrationTestBase {
|
| public:
|
| PipelineIntegrationTestHost()
|
| - : shell::test::ServiceTest("exe:media_pipeline_integration_shelltests") {}
|
| + : service_manager::test::ServiceTest(
|
| + "exe:media_pipeline_integration_shelltests") {}
|
|
|
| void SetUp() override {
|
| ServiceTest::SetUp();
|
|
|