| Index: services/shell/tests/lifecycle/parent.cc
|
| diff --git a/services/shell/tests/lifecycle/parent.cc b/services/shell/tests/lifecycle/parent.cc
|
| index 3391e3975acabe205bd574b1d7b3dd64f7978f10..a7bd55a3d6757df92409aafd5300dec39b4e5d2f 100644
|
| --- a/services/shell/tests/lifecycle/parent.cc
|
| +++ b/services/shell/tests/lifecycle/parent.cc
|
| @@ -48,7 +48,7 @@ class Parent : public shell::Service,
|
|
|
| // Parent:
|
| void ConnectToChild(const ConnectToChildCallback& callback) override {
|
| - child_connection_ = connector()->Connect("mojo:lifecycle_unittest_app");
|
| + child_connection_ = connector()->Connect("service:lifecycle_unittest_app");
|
| shell::test::mojom::LifecycleControlPtr lifecycle;
|
| child_connection_->GetInterface(&lifecycle);
|
| {
|
|
|