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

Unified Diff: sky/sdk/lib/framework/widgets/checkbox.dart

Issue 1182983002: Rename widgets/wrappers.dart to widgets/basic.dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/framework/widgets/button_base.dart ('k') | sky/sdk/lib/framework/widgets/drawer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/widgets/checkbox.dart
diff --git a/sky/sdk/lib/framework/widgets/checkbox.dart b/sky/sdk/lib/framework/widgets/checkbox.dart
index a6b341844895a0e35081f2d48a5b260386fcbab4..4f8f99aaab3a5568b2461197622c2164c20f9381 100644
--- a/sky/sdk/lib/framework/widgets/checkbox.dart
+++ b/sky/sdk/lib/framework/widgets/checkbox.dart
@@ -10,7 +10,7 @@ import '../animation/animated_value.dart';
import '../animation/curves.dart';
import '../rendering/box.dart';
import 'animated_component.dart';
-import 'wrappers.dart';
+import 'basic.dart';
typedef void ValueChanged(value);
« no previous file with comments | « sky/sdk/lib/framework/widgets/button_base.dart ('k') | sky/sdk/lib/framework/widgets/drawer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698