| Index: tests/compiler/dart2js/indentation_test.dart
 | 
| diff --git a/tests/compiler/dart2js/indentation_test.dart b/tests/compiler/dart2js/indentation_test.dart
 | 
| index e70190c49451c7098f940bfa0be10bc4a6970e8e..5c6e8a4125d1cc00a12c78855b39059d99d3c35a 100644
 | 
| --- a/tests/compiler/dart2js/indentation_test.dart
 | 
| +++ b/tests/compiler/dart2js/indentation_test.dart
 | 
| @@ -3,7 +3,7 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  import "package:expect/expect.dart";
 | 
| -import 'package:compiler/src/util/util.dart' show Indentation;
 | 
| +import 'package:compiler/implementation/util/util.dart' show Indentation;
 | 
|  
 | 
|  main() {
 | 
|    Indentation ind = new Indentation();
 | 
| 
 |