| Index: mojo/shell/tests/connect/connect_test.mojom
|
| diff --git a/mojo/shell/tests/connect/connect_test.mojom b/mojo/shell/tests/connect/connect_test.mojom
|
| index fbd5a3988d62e0e94ebe1340f42924b1f66bd2a4..356061e466d235846789b7f3b93dc8035b3ac794 100644
|
| --- a/mojo/shell/tests/connect/connect_test.mojom
|
| +++ b/mojo/shell/tests/connect/connect_test.mojom
|
| @@ -19,11 +19,11 @@ interface StandaloneApp {
|
| struct ConnectionState {
|
| string connection_local_name;
|
| string connection_remote_name;
|
| - uint32 connection_remote_userid;
|
| + string connection_remote_userid;
|
| uint32 connection_remote_id;
|
| string initialize_local_name;
|
| + string initialize_userid;
|
| uint32 initialize_id;
|
| - uint32 initialize_userid;
|
| };
|
|
|
| interface ExposedInterface {
|
|
|