| Index: sky/framework/shell.dart
|
| diff --git a/sky/framework/shell.dart b/sky/framework/shell.dart
|
| index df8f49591d29c7b3f6a17c5a28fcc7f2d8fdefe2..d39d2733669056e8939be6c85b67541b507fed9a 100644
|
| --- a/sky/framework/shell.dart
|
| +++ b/sky/framework/shell.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| import "/mojo/public/dart/application.dart";
|
| import "dart:sky.internals" as internals;
|
| -import "mojo:core" as core;
|
| +import "dart:mojo.core" as core;
|
| import "package:mojo/public/interfaces/application/service_provider.mojom.dart";
|
|
|
| ApplicationConnection _initConnection() {
|
|
|