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

Unified Diff: sky/sdk/lib/app/view.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/sdk/lib/app/scheduler.dart ('k') | sky/sdk/lib/editing2/editable_string.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/app/view.dart
diff --git a/sky/sdk/lib/framework/app.dart b/sky/sdk/lib/app/view.dart
similarity index 98%
rename from sky/sdk/lib/framework/app.dart
rename to sky/sdk/lib/app/view.dart
index 701821c24f4a2017dd5cf0bd4c1419e775fe2718..4702ae4d03c04a69f69fe722f4095b41bfab9a38 100644
--- a/sky/sdk/lib/framework/app.dart
+++ b/sky/sdk/lib/app/view.dart
@@ -3,8 +3,9 @@
// found in the LICENSE file.
import 'dart:sky' as sky;
-import 'rendering/box.dart';
-import 'rendering/object.dart';
+
+import '../rendering/box.dart';
+import '../rendering/object.dart';
import 'scheduler.dart' as scheduler;
class PointerState {
« no previous file with comments | « sky/sdk/lib/app/scheduler.dart ('k') | sky/sdk/lib/editing2/editable_string.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698