Index: sdk/lib/collection/set.dart |
diff --git a/sdk/lib/collection/set.dart b/sdk/lib/collection/set.dart |
index 3fe79e1fa14351b0b9a52d7f399e627a20651da5..06e555ee6a07ea2ca2996474a26190637cdb88e4 100644 |
--- a/sdk/lib/collection/set.dart |
+++ b/sdk/lib/collection/set.dart |
@@ -5,7 +5,7 @@ |
/** |
* Base implementations of [Set]. |
*/ |
-part of "collection.dart"; |
+part of dart.collection; |
/** |
* Mixin implementation of [Set]. |