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

Unified Diff: services/shell/tests/shell/shell_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
Index: services/shell/tests/shell/shell_unittest.cc
diff --git a/services/shell/tests/shell/shell_unittest.cc b/services/shell/tests/shell/shell_unittest.cc
index 40a54ad42f733154da87c40c4bcf03e6ba605e60..ed820f904aa62741c450bdd6291992f56cf705d0 100644
--- a/services/shell/tests/shell/shell_unittest.cc
+++ b/services/shell/tests/shell/shell_unittest.cc
@@ -71,7 +71,7 @@ class ShellTest : public test::ServiceTest,
public mojom::ServiceManagerListener {
public:
ShellTest()
- : test::ServiceTest("mojo:shell_unittest"),
+ : test::ServiceTest("service:shell_unittest"),
service_(nullptr),
binding_(this) {}
~ShellTest() override {}
@@ -91,7 +91,7 @@ class ShellTest : public test::ServiceTest,
void AddListenerAndWaitForApplications() {
mojom::ServiceManagerPtr service_manager;
- connector()->ConnectToInterface("mojo:shell", &service_manager);
+ connector()->ConnectToInterface("service:shell", &service_manager);
service_manager->AddListener(binding_.CreateInterfacePtrAndBind());
@@ -185,7 +185,7 @@ TEST_F(ShellTest, CreateInstance) {
// 3. Validate that this test suite's name was received from the application
// manager.
- EXPECT_TRUE(ContainsInstanceWithName("mojo:shell_unittest"));
+ EXPECT_TRUE(ContainsInstanceWithName("service:shell_unittest"));
// 4. Validate that the right applications/processes were created.
// Note that the target process will be created even if the tests are
« no previous file with comments | « services/shell/tests/shell/driver_manifest.json ('k') | services/shell/tests/shell/shell_unittest_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698