| Index: tests/compiler/dart2js/simple_inferrer_callers_test.dart
 | 
| diff --git a/tests/compiler/dart2js/simple_inferrer_callers_test.dart b/tests/compiler/dart2js/simple_inferrer_callers_test.dart
 | 
| index 115ccc5f9355b2b0050e4736b0fa6b6730cc9002..acd8872a95bc67c1e31eea4e73227aed7af5df57 100644
 | 
| --- a/tests/compiler/dart2js/simple_inferrer_callers_test.dart
 | 
| +++ b/tests/compiler/dart2js/simple_inferrer_callers_test.dart
 | 
| @@ -7,8 +7,8 @@
 | 
|  
 | 
|  import 'package:expect/expect.dart';
 | 
|  import "package:async_helper/async_helper.dart";
 | 
| -import 'package:compiler/implementation/types/types.dart';
 | 
| -import 'package:compiler/implementation/inferrer/type_graph_inferrer.dart';
 | 
| +import 'package:compiler/src/types/types.dart';
 | 
| +import 'package:compiler/src/inferrer/type_graph_inferrer.dart';
 | 
|  
 | 
|  import 'compiler_helper.dart';
 | 
|  import 'parser_helper.dart';
 | 
| 
 |