| Index: sky/sdk/lib/mojo/asset_bundle.dart
|
| diff --git a/sky/sdk/lib/mojo/asset_bundle.dart b/sky/sdk/lib/mojo/asset_bundle.dart
|
| index 2ef247ca432f2dd4ec7c64d990b5914f94311a62..6845a8f44f57748860d00fa7acc3cf67b00dc56c 100644
|
| --- a/sky/sdk/lib/mojo/asset_bundle.dart
|
| +++ b/sky/sdk/lib/mojo/asset_bundle.dart
|
| @@ -9,10 +9,9 @@ import 'dart:typed_data';
|
|
|
| import 'package:mojo/core.dart' as core;
|
| import 'package:mojom/mojo/asset_bundle/asset_bundle.mojom.dart';
|
| -
|
| -import 'net/fetch.dart';
|
| -import 'net/image_cache.dart' as image_cache;
|
| -import 'shell.dart' as shell;
|
| +import 'package:sky/mojo/net/fetch.dart';
|
| +import 'package:sky/mojo/net/image_cache.dart' as image_cache;
|
| +import 'package:sky/mojo/shell.dart' as shell;
|
|
|
| abstract class AssetBundle {
|
| void close();
|
|
|