| Index: services/shell/tests/connect/connect_test.mojom
|
| diff --git a/services/shell/tests/connect/connect_test.mojom b/services/shell/tests/connect/connect_test.mojom
|
| index 949fe429115ec14b8bba4d0445cf192cc56e6eca..5a9efcda41d5d31d64d9438ecf23c2b896bed9e4 100644
|
| --- a/services/shell/tests/connect/connect_test.mojom
|
| +++ b/services/shell/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 mojo.shell.test.mojom;
|
| +module shell.test.mojom;
|
|
|
| import "services/shell/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(mojo.shell.mojom.Identity target) =>
|
| - (int32 connection_result, mojo.shell.mojom.Identity target);
|
| + ConnectToClassAppAsDifferentUser(shell.mojom.Identity target) =>
|
| + (int32 connection_result, shell.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, mojo.shell.mojom.Identity target);
|
| + (int32 connection_result, shell.mojom.Identity target);
|
| };
|
|
|
| struct ConnectionState {
|
|
|