| Index: pkg/compiler/lib/src/universe/feature.dart
|
| diff --git a/pkg/compiler/lib/src/universe/feature.dart b/pkg/compiler/lib/src/universe/feature.dart
|
| index 580da8b5993013cd8c0ea3ff074d6dadc5a22c03..2e3e1be23957125bdf0eb4393150fab197c56e98 100644
|
| --- a/pkg/compiler/lib/src/universe/feature.dart
|
| +++ b/pkg/compiler/lib/src/universe/feature.dart
|
| @@ -8,7 +8,7 @@
|
| /// compilation pipeline, for example during resolution.
|
| library compiler.universe.feature;
|
|
|
| -import '../dart_types.dart' show InterfaceType;
|
| +import '../elements/resolution_types.dart' show InterfaceType;
|
|
|
| /// A language feature that may be seen in the program.
|
| // TODO(johnniwinther): Should mirror usage be part of this?
|
|
|