| Index: sky/framework/shell.dart
|
| diff --git a/sky/framework/shell.dart b/sky/framework/shell.dart
|
| index d39d2733669056e8939be6c85b67541b507fed9a..a38f8fbd2d865d01ba15014238fc2eb03bf69190 100644
|
| --- a/sky/framework/shell.dart
|
| +++ b/sky/framework/shell.dart
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import "/mojo/public/dart/application.dart";
|
| +import "package:mojo/public/dart/application.dart";
|
| import "dart:sky.internals" as internals;
|
| import "dart:mojo.core" as core;
|
| import "package:mojo/public/interfaces/application/service_provider.mojom.dart";
|
|
|