| Index: mojo/shell/public/interfaces/shell.mojom
|
| diff --git a/mojo/shell/public/interfaces/shell.mojom b/mojo/shell/public/interfaces/shell.mojom
|
| index 1cd41ad95d4830207150f3778def4d4aaf426c65..014e31c3f4225267622b3765b6ba0ef59fde1929 100644
|
| --- a/mojo/shell/public/interfaces/shell.mojom
|
| +++ b/mojo/shell/public/interfaces/shell.mojom
|
| @@ -66,7 +66,7 @@ interface Shell {
|
| // as other users.
|
| CreateInstanceForFactory(ShellClientFactory factory,
|
| string name,
|
| - uint32 user_id,
|
| + string user_id,
|
| CapabilityFilter filter,
|
| PIDReceiver& pid_receiver);
|
|
|
|
|