| Index: sdk/lib/collection/linked_list.dart
|
| diff --git a/sdk/lib/collection/linked_list.dart b/sdk/lib/collection/linked_list.dart
|
| index 8ddc05ae6811376f652354702ea813609183e327..9aa475ca41068a87ecf4d5efeeca416a7978168c 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 "collection.dart";
|
| +part of "dart:collection";
|
|
|
| /**
|
| * A specialized double-linked list of elements that extends [LinkedListEntry].
|
|
|