| Index: services/service_manager/tests/test.mojom
|
| diff --git a/services/service_manager/tests/test.mojom b/services/service_manager/tests/test.mojom
|
| index f5a45a8125a1096404e1514332c6c1deed5d79c9..b77e2d8437c32599d456e72f344469e44e155f1f 100644
|
| --- a/services/service_manager/tests/test.mojom
|
| +++ b/services/service_manager/tests/test.mojom
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module shell;
|
| +module service_manager;
|
|
|
| interface TestService {
|
| Test(string test_string) => ();
|
|
|