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

Unified Diff: sky/sdk/lib/rendering/box.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/rendering/block.dart ('k') | sky/sdk/lib/rendering/flex.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/rendering/box.dart
diff --git a/sky/sdk/lib/framework/rendering/box.dart b/sky/sdk/lib/rendering/box.dart
similarity index 99%
rename from sky/sdk/lib/framework/rendering/box.dart
rename to sky/sdk/lib/rendering/box.dart
index f53fd0bd31b181f027bbf737a524d3248b703f32..96228fccf27f527cc00e14c881387ed197da8812 100644
--- a/sky/sdk/lib/framework/rendering/box.dart
+++ b/sky/sdk/lib/rendering/box.dart
@@ -5,10 +5,10 @@
import 'dart:math' as math;
import 'dart:sky' as sky;
-import 'package:sky/framework/net/image_cache.dart' as image_cache;
import 'package:vector_math/vector_math.dart';
-import '../debug/utils.dart';
+import '../framework/debug/utils.dart';
+import '../framework/net/image_cache.dart' as image_cache;
import '../painting/box_painter.dart';
import 'object.dart';
« no previous file with comments | « sky/sdk/lib/rendering/block.dart ('k') | sky/sdk/lib/rendering/flex.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698