| Index: sky/framework/embedder.dart
|
| diff --git a/sky/framework/embedder.dart b/sky/framework/embedder.dart
|
| index b3d82c154b3412e9af8dc1e4454bb47e350077ce..9f7bafd86b85d69c743d7bd6c733b5e13e336e32 100644
|
| --- a/sky/framework/embedder.dart
|
| +++ b/sky/framework/embedder.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.bindings" as bindings;
|
| import "dart:mojo.core" as core;
|
|
|