Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: sky/sdk/lib/mojo/asset_bundle.dart

Issue 1232313002: Use package:sky imports consistently (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix BUILD.gn Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/lib/mojo/activity.dart ('k') | sky/sdk/lib/mojo/keyboard.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « sky/sdk/lib/mojo/activity.dart ('k') | sky/sdk/lib/mojo/keyboard.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698