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

Unified Diff: sky/sdk/lib/rendering/block.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/rendering/auto_layout.dart ('k') | sky/sdk/lib/rendering/box.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/rendering/block.dart
diff --git a/sky/sdk/lib/rendering/block.dart b/sky/sdk/lib/rendering/block.dart
index ba5fa1fd7f629013f23f5ee443778f0732d456bd..42740168ef51d6caf839d7208e80ed9f13e52ca2 100644
--- a/sky/sdk/lib/rendering/block.dart
+++ b/sky/sdk/lib/rendering/block.dart
@@ -4,8 +4,8 @@
import 'dart:math' as math;
-import 'box.dart';
-import 'object.dart';
+import 'package:sky/rendering/box.dart';
+import 'package:sky/rendering/object.dart';
class BlockParentData extends BoxParentData with ContainerParentDataMixin<RenderBox> { }
@@ -214,4 +214,3 @@ class RenderBlockViewport extends RenderBlockBase {
}
}
-
« no previous file with comments | « sky/sdk/lib/rendering/auto_layout.dart ('k') | sky/sdk/lib/rendering/box.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698