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

Unified Diff: sky/examples/raw/spinning_image.dart

Issue 1179923004: Fix data loading in the stocks app (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | sky/examples/rendering/interactive_flex.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/raw/spinning_image.dart
diff --git a/sky/examples/raw/spinning_image.dart b/sky/examples/raw/spinning_image.dart
index 1a6a8932ade3b67cb5c1f5ff1e85b58998c7265f..a50f4c36f8c34e2801ed5530bf0cfa180733df2d 100644
--- a/sky/examples/raw/spinning_image.dart
+++ b/sky/examples/raw/spinning_image.dart
@@ -4,7 +4,7 @@
import 'dart:math' as math;
import 'dart:sky';
-import 'package:sky/framework/net/image_cache.dart' as image_cache;
+import 'package:sky/mojo/net/image_cache.dart' as image_cache;
double timeBase = null;
« no previous file with comments | « no previous file | sky/examples/rendering/interactive_flex.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698