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

Unified Diff: media/test/pipeline_integration_test.cc

Issue 2390013002: Rename mojo: to service: (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
« no previous file with comments | « media/mojo/services/test_manifest.json ('k') | mojo/public/cpp/bindings/tests/versioning_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index 66467126639f6ee0c5a75a14b040c7e47e199a6a..108a855f3ade8d7f82fce820f0e54cfa5e23348d 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -688,7 +688,7 @@ class PipelineIntegrationTestHost : public shell::test::ServiceTest,
protected:
std::unique_ptr<Renderer> CreateRenderer() override {
- connector()->ConnectToInterface("mojo:media", &media_service_factory_);
+ connector()->ConnectToInterface("service:media", &media_service_factory_);
mojom::RendererPtr mojo_renderer;
media_service_factory_->CreateRenderer(std::string(),
« no previous file with comments | « media/mojo/services/test_manifest.json ('k') | mojo/public/cpp/bindings/tests/versioning_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698