| Index: sky/sdk/lib/framework/components2/checkbox.dart
|
| diff --git a/sky/sdk/lib/framework/components2/checkbox.dart b/sky/sdk/lib/framework/components2/checkbox.dart
|
| index 1924f5cd6b94b2ddb89b703dcc4cd1cf384c0088..85e593b84cbd1159f525d922c9efad7b4b93b60d 100644
|
| --- a/sky/sdk/lib/framework/components2/checkbox.dart
|
| +++ b/sky/sdk/lib/framework/components2/checkbox.dart
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../fn.dart';
|
| -import '../layout.dart';
|
| +import '../fn2.dart';
|
| +import '../layout2.dart';
|
| import 'button_base.dart';
|
| import 'dart:sky' as sky;
|
|
|
|
|