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

Unified Diff: sky/examples/game/main.dart

Issue 1177383006: Rename all the things (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix imports 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 | « sky/examples/game/lib/sprites.dart ('k') | sky/examples/lib/solid_color_box.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/game/main.dart
diff --git a/sky/examples/game/main.dart b/sky/examples/game/main.dart
index ebbe0d2547e348d95755d6cf03073766d8fb0e76..04312bb7110e67ef06d5e0f9a3f9f6ab3fb6f405 100644
--- a/sky/examples/game/main.dart
+++ b/sky/examples/game/main.dart
@@ -1,7 +1,7 @@
import 'dart:sky';
import 'lib/game.dart';
import 'lib/sprites.dart';
-import 'package:sky/framework/app.dart';
+import 'package:sky/app/view.dart';
AppView app;
« no previous file with comments | « sky/examples/game/lib/sprites.dart ('k') | sky/examples/lib/solid_color_box.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698