| Index: sdk/lib/collection/linked_list.dart
 | 
| diff --git a/sdk/lib/collection/linked_list.dart b/sdk/lib/collection/linked_list.dart
 | 
| index 359f1a99727df57beb2ab6bf2d92b29aa092a3b4..8ddc05ae6811376f652354702ea813609183e327 100644
 | 
| --- a/sdk/lib/collection/linked_list.dart
 | 
| +++ b/sdk/lib/collection/linked_list.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 specialized double-linked list of elements that extends [LinkedListEntry].
 | 
| 
 |