| Index: services/service_manager/tests/connect/connect_test.mojom
|
| diff --git a/services/service_manager/tests/connect/connect_test.mojom b/services/service_manager/tests/connect/connect_test.mojom
|
| index 6fc3483b14a0904777a32879887f62801474db36..bedc074ee3eeba2303b1cdee99b6cdf61b065a36 100644
|
| --- a/services/service_manager/tests/connect/connect_test.mojom
|
| +++ b/services/service_manager/tests/connect/connect_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.test.mojom;
|
| +module service_manager.test.mojom;
|
|
|
| import "services/service_manager/public/interfaces/connector.mojom";
|
|
|
| @@ -36,8 +36,8 @@ interface UserIdTest {
|
| // Attempts to connect to mojo:connect_test_class_app as |user_id|.
|
| // The callback takes the connection response result, and the identity
|
| // mojo:connect_test_class_app was run as, which should match |user_id|.
|
| - ConnectToClassAppAsDifferentUser(shell.mojom.Identity target) =>
|
| - (int32 connection_result, shell.mojom.Identity target);
|
| + ConnectToClassAppAsDifferentUser(service_manager.mojom.Identity target) =>
|
| + (int32 connection_result, service_manager.mojom.Identity target);
|
| };
|
|
|
| interface ClientProcessTest {
|
| @@ -46,7 +46,7 @@ interface ClientProcessTest {
|
| // the result of the connection, and the identity of the app that the caller
|
| // can use to connect to this app as well.
|
| LaunchAndConnectToProcess() =>
|
| - (int32 connection_result, shell.mojom.Identity target);
|
| + (int32 connection_result, service_manager.mojom.Identity target);
|
| };
|
|
|
| struct ConnectionState {
|
|
|