| Index: sdk/lib/collection/linked_hash_map.dart
 | 
| diff --git a/sdk/lib/collection/linked_hash_map.dart b/sdk/lib/collection/linked_hash_map.dart
 | 
| index f7ce97ebda75c21e39b08b1226d3432d3f808094..8475cac6a7469e26b767e0603760c4c6a4189177 100644
 | 
| --- a/sdk/lib/collection/linked_hash_map.dart
 | 
| +++ b/sdk/lib/collection/linked_hash_map.dart
 | 
| @@ -2,7 +2,7 @@
 | 
|  // for details. All rights reserved. Use of this source code is governed by a
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
| -part of dart.collection;
 | 
| +part of "collection.dart";
 | 
|  
 | 
|  /**
 | 
|   * A hash-table based implementation of [Map].
 | 
| 
 |