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..f7ce97ebda75c21e39b08b1226d3432d3f808094 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]. |