| Index: pkg/compiler/lib/src/universe/use.dart
|
| diff --git a/pkg/compiler/lib/src/universe/use.dart b/pkg/compiler/lib/src/universe/use.dart
|
| index db80ad0e6ff22bd700eabd6094e0e6322966395d..911d0106ee3c8ff5afab410905bb719f8eab83c9 100644
|
| --- a/pkg/compiler/lib/src/universe/use.dart
|
| +++ b/pkg/compiler/lib/src/universe/use.dart
|
| @@ -18,7 +18,7 @@ library dart2js.universe.use;
|
|
|
| import '../closure.dart' show BoxFieldElement;
|
| import '../common.dart';
|
| -import '../elements/resolution_types.dart';
|
| +import '../elements/types.dart';
|
| import '../elements/elements.dart';
|
| import '../util/util.dart' show Hashing;
|
| import '../world.dart' show World;
|
|
|