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

Unified Diff: sky/sdk/lib/theme/shadows.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/stack.dart ('k') | sky/sdk/lib/theme/theme_data.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/theme/shadows.dart
diff --git a/sky/sdk/lib/theme/shadows.dart b/sky/sdk/lib/theme/shadows.dart
index d163a350969428d5fdd55b9af257e1c54ca53c74..29ac20ea3a8d128068856f3ae8f44309b392be84 100644
--- a/sky/sdk/lib/theme/shadows.dart
+++ b/sky/sdk/lib/theme/shadows.dart
@@ -4,7 +4,7 @@
import 'dart:sky' show Color, Offset;
-import '../painting/box_painter.dart';
+import 'package:sky/painting/box_painter.dart';
const Map<int, List<BoxShadow>> shadows = const {
1: const [
« no previous file with comments | « sky/sdk/lib/rendering/stack.dart ('k') | sky/sdk/lib/theme/theme_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698