| Index: tests/compiler/dart2js/type_test_helper.dart
 | 
| diff --git a/tests/compiler/dart2js/type_test_helper.dart b/tests/compiler/dart2js/type_test_helper.dart
 | 
| index c0f2e60555a8bb25342933f3d420771bc7cdee0f..45cd843b60a2f749caf7de9bfd9dc788ce3503f8 100644
 | 
| --- a/tests/compiler/dart2js/type_test_helper.dart
 | 
| +++ b/tests/compiler/dart2js/type_test_helper.dart
 | 
| @@ -8,10 +8,10 @@ import 'dart:async';
 | 
|  import 'package:expect/expect.dart';
 | 
|  import 'compiler_helper.dart' as mock;
 | 
|  import 'memory_compiler.dart' as memory;
 | 
| -import 'package:compiler/implementation/dart_types.dart';
 | 
| -import 'package:compiler/implementation/dart2jslib.dart'
 | 
| +import 'package:compiler/src/dart_types.dart';
 | 
| +import 'package:compiler/src/dart2jslib.dart'
 | 
|      show Compiler;
 | 
| -import 'package:compiler/implementation/elements/elements.dart'
 | 
| +import 'package:compiler/src/elements/elements.dart'
 | 
|      show Element,
 | 
|           TypeDeclarationElement,
 | 
|           ClassElement;
 | 
| 
 |