Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Unified Diff: media/test/pipeline_integration_test.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « media/mojo/services/service_factory_impl.cc ('k') | mojo/public/cpp/bindings/tests/versioning_test_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698