| Index: pkg/compiler/lib/src/constants/expressions.dart
 | 
| diff --git a/pkg/compiler/lib/src/constants/expressions.dart b/pkg/compiler/lib/src/constants/expressions.dart
 | 
| index fd0f68a3791a325fa15b599683ed0743534eb5f1..3edb116f68f53e5a1d6fbd49664f49efafdb6216 100644
 | 
| --- a/pkg/compiler/lib/src/constants/expressions.dart
 | 
| +++ b/pkg/compiler/lib/src/constants/expressions.dart
 | 
| @@ -17,8 +17,10 @@ import '../elements/elements.dart' show
 | 
|      PrefixElement,
 | 
|      VariableElement;
 | 
|  import '../resolution/operators.dart';
 | 
| -import '../tree/tree.dart' show DartString;
 | 
| -import '../universe/universe.dart' show CallStructure;
 | 
| +import '../tree/tree.dart' show
 | 
| +    DartString;
 | 
| +import '../universe/call_structure.dart' show
 | 
| +    CallStructure;
 | 
|  import 'evaluation.dart';
 | 
|  import 'values.dart';
 | 
|  
 | 
| 
 |