| Index: mojo/shell/public/interfaces/shell_client_factory.mojom
|
| diff --git a/mojo/shell/public/interfaces/shell_client_factory.mojom b/mojo/shell/public/interfaces/shell_client_factory.mojom
|
| index 71799468544191843fdbe5e8c32a5c09497eb155..8137271d30ce16e1bed4bc1145821f59ef24da19 100644
|
| --- a/mojo/shell/public/interfaces/shell_client_factory.mojom
|
| +++ b/mojo/shell/public/interfaces/shell_client_factory.mojom
|
| @@ -9,5 +9,5 @@ import "mojo/shell/public/interfaces/shell_client.mojom";
|
| // Implemented by a package containing multiple applications identified by
|
| // unique URLs.
|
| interface ShellClientFactory {
|
| - CreateShellClient(ShellClient& shell_client, string url) => ();
|
| + CreateShellClient(ShellClient& shell_client, string url);
|
| };
|
|
|