Index: pkg/collection/lib/wrappers.dart |
diff --git a/pkg/collection_helpers/lib/wrappers.dart b/pkg/collection/lib/wrappers.dart |
similarity index 99% |
copy from pkg/collection_helpers/lib/wrappers.dart |
copy to pkg/collection/lib/wrappers.dart |
index 3576cc032edf89718ebaa3f948aab2d0504b4dee..ec78f5c5384b96715fc48b3c998f983da5fde021 100644 |
--- a/pkg/collection_helpers/lib/wrappers.dart |
+++ b/pkg/collection/lib/wrappers.dart |
@@ -9,14 +9,14 @@ |
* view for `List`. The unmodifable list view from `dart:collection` is exported |
* as well, just for completeness. |
*/ |
-library dart.collection_helpers.wrappers; |
+library dart.pkg.collection.wrappers; |
import "dart:collection"; |
import "dart:math" show Random; |
export "dart:collection" show UnmodifiableListView; |
-part "unmodifiable_wrappers.dart"; |
+part "src/unmodifiable_wrappers.dart"; |
/** |
* Creates an [Iterable] that delegates all operations to a base iterable. |