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

Unified Diff: media/test/pipeline_integration_test.cc

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 a88811f7137be3a5332d3acf2141f11e99f1d994..5411600d991b82ae515c49d08e01a58f0a8d1252 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -653,7 +653,7 @@ class MockMediaSource {
};
#if defined(MOJO_RENDERER)
-class PipelineIntegrationTestHost : public mojo::test::ApplicationTestBase,
+class PipelineIntegrationTestHost : public shell::test::ApplicationTestBase,
public PipelineIntegrationTestBase {
public:
bool ShouldCreateDefaultRunLoop() override { return false; }
« no previous file with comments | « media/mojo/services/test_mojo_media_client.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