| 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 8475cac6a7469e26b767e0603760c4c6a4189177..5e79433daf538ab67d433e2db599a734e57acc12 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 "collection.dart";
|
| +part of "dart:collection";
|
|
|
| /**
|
| * A hash-table based implementation of [Map].
|
|
|