Chromium Code Reviews

Unified Diff: sky/sdk/lib/framework/widgets/button_base.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « sky/sdk/lib/framework/widgets/basic.dart ('k') | sky/sdk/lib/framework/widgets/checkbox.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/widgets/button_base.dart
diff --git a/sky/sdk/lib/framework/widgets/button_base.dart b/sky/sdk/lib/framework/widgets/button_base.dart
index 5ae273c1a11063d9783125ebeb735596912553c5..31ce0009fdb54159f699cebe101d7bb5732075a1 100644
--- a/sky/sdk/lib/framework/widgets/button_base.dart
+++ b/sky/sdk/lib/framework/widgets/button_base.dart
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import 'wrappers.dart';
+import 'basic.dart';
abstract class ButtonBase extends Component {
« no previous file with comments | « sky/sdk/lib/framework/widgets/basic.dart ('k') | sky/sdk/lib/framework/widgets/checkbox.dart » ('j') | no next file with comments »

Powered by Google App Engine