| Index: pkg/compiler/lib/src/compiler.dart
 | 
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
 | 
| index 747dc384155f431317e44ebd8ef62a5211924c10..f025a4190dce61e6a882e26a61cfa67be0abc4a2 100644
 | 
| --- a/pkg/compiler/lib/src/compiler.dart
 | 
| +++ b/pkg/compiler/lib/src/compiler.dart
 | 
| @@ -128,9 +128,11 @@ import 'tree/tree.dart' show
 | 
|  import 'typechecker.dart' show
 | 
|      TypeCheckerTask;
 | 
|  import 'types/types.dart' as ti;
 | 
| +import 'universe/call_structure.dart' show
 | 
| +    CallStructure;
 | 
| +import 'universe/selector.dart' show
 | 
| +    Selector;
 | 
|  import 'universe/universe.dart' show
 | 
| -    CallStructure,
 | 
| -    Selector,
 | 
|      Universe;
 | 
|  import 'util/util.dart' show
 | 
|      Link,
 | 
| 
 |