| Index: pkg/compiler/lib/compiler.dart
 | 
| diff --git a/sdk/lib/_internal/compiler/compiler.dart b/pkg/compiler/lib/compiler.dart
 | 
| similarity index 99%
 | 
| rename from sdk/lib/_internal/compiler/compiler.dart
 | 
| rename to pkg/compiler/lib/compiler.dart
 | 
| index b79ab22505cecf66b5bb46b2ca69efb17fea1ed7..82b8c3b85b42f5ffd88908b3c65bb0528f7c4ca7 100644
 | 
| --- a/sdk/lib/_internal/compiler/compiler.dart
 | 
| +++ b/pkg/compiler/lib/compiler.dart
 | 
| @@ -5,7 +5,7 @@
 | 
|  library compiler;
 | 
|  
 | 
|  import 'dart:async';
 | 
| -import 'implementation/apiimpl.dart';
 | 
| +import 'src/apiimpl.dart';
 | 
|  
 | 
|  // Unless explicitly allowed, passing [:null:] for any argument to the
 | 
|  // methods of library will result in an Error being thrown.
 | 
| 
 |