| Index: pkg/compiler/lib/src/closure.dart
|
| diff --git a/pkg/compiler/lib/src/closure.dart b/pkg/compiler/lib/src/closure.dart
|
| index 2d3c15edfc7673d2376532b60ccfd03e08733929..4f81e2d03175bf8a44e87dc68e8fb9f89d8d89b0 100644
|
| --- a/pkg/compiler/lib/src/closure.dart
|
| +++ b/pkg/compiler/lib/src/closure.dart
|
| @@ -10,7 +10,7 @@ import 'common/tasks.dart' show CompilerTask;
|
| import 'common.dart';
|
| import 'compiler.dart' show Compiler;
|
| import 'constants/expressions.dart';
|
| -import 'dart_types.dart';
|
| +import 'elements/resolution_types.dart';
|
| import 'elements/elements.dart';
|
| import 'elements/modelx.dart'
|
| show BaseFunctionElementX, ClassElementX, ElementX;
|
|
|