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

Unified Diff: media/mojo/services/media_mojo_unittest.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/media_manifest.json ('k') | media/mojo/services/pipeline_apptest_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/media_mojo_unittest.cc
diff --git a/media/mojo/services/media_mojo_unittest.cc b/media/mojo/services/media_mojo_unittest.cc
index 036f255370c990baed70a21fa4b10e7cfd1205cb..f61e797de756c1c52f996b84db9ea6be3561fb52 100644
--- a/media/mojo/services/media_mojo_unittest.cc
+++ b/media/mojo/services/media_mojo_unittest.cc
@@ -73,7 +73,7 @@ class MediaServiceTest : public shell::test::ServiceTest {
void SetUp() override {
ServiceTest::SetUp();
- connection_ = connector()->Connect("mojo:media");
+ connection_ = connector()->Connect("service:media");
connection_->SetConnectionLostClosure(base::Bind(
&MediaServiceTest::ConnectionClosed, base::Unretained(this)));
« no previous file with comments | « media/mojo/services/media_manifest.json ('k') | media/mojo/services/pipeline_apptest_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698