| Index: mojo/public/interfaces/application/shell.mojom
|
| diff --git a/mojo/public/interfaces/application/shell.mojom b/mojo/public/interfaces/application/shell.mojom
|
| index 72e1764d2cba3cd30449d0a4a1960b00baefaf20..3cc90fc810cc90a55f8f749ad613d583a7b93aeb 100644
|
| --- a/mojo/public/interfaces/application/shell.mojom
|
| +++ b/mojo/public/interfaces/application/shell.mojom
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +module mojo;
|
| +
|
| import "mojo/public/interfaces/application/application.mojom";
|
| import "mojo/public/interfaces/application/service_provider.mojom";
|
|
|
| -module mojo {
|
| -
|
| // The Shell is the finder and launcher of Applications. An Application uses
|
| // it's Shell interface to connect to other Applications.
|
| [Client=Application]
|
| @@ -15,5 +15,3 @@ interface Shell {
|
| // --origin flag to the shell being used.
|
| ConnectToApplication(string? application_url, ServiceProvider&? provider);
|
| };
|
| -
|
| -}
|
|
|