Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(750)

Unified Diff: pkg/unmodifiable_collection/lib/unmodifiable_collection.dart

Issue 113883002: Create associated packages for the dart:collection and dart:async libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Split sequence_zip into pkg:async and pkg:collection. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/unmodifiable_collection/lib/unmodifiable_collection.dart
diff --git a/pkg/unmodifiable_collection/lib/unmodifiable_collection.dart b/pkg/unmodifiable_collection/lib/unmodifiable_collection.dart
index 17e24e512cf1e730d3b7c1046eb8b42728a13e73..428bb7d83f0e9ffba0ce88fccfac7ff6e21db140 100644
--- a/pkg/unmodifiable_collection/lib/unmodifiable_collection.dart
+++ b/pkg/unmodifiable_collection/lib/unmodifiable_collection.dart
@@ -5,18 +5,18 @@
/**
* This library used to introduce unmodifiable wrappers for collections.
*
- * This functionality has been moved to the `collection_helpers` library.
+ * This functionality has been moved to the `collection` library.
*
* Please replace the import of this library with:
*
- * import "package:collection_helpers/wrappers.dart";
+ * import "package:collection/wrappers.dart";
*
* and change dependencies to match.
*/
@deprecated
library unmodifiable_collection;
-export "package:collection_helpers/wrappers.dart"
+export "package:collection/wrappers.dart"
show UnmodifiableListView,
UnmodifiableSetView,
UnmodifiableMapView,

Powered by Google App Engine
This is Rietveld 408576698