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

Unified Diff: pkg/collection_helpers/lib/equality.dart

Issue 70073003: Combine unmodifiable_collection package into collection_helpers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Remove references from other packages. Created 7 years, 1 month 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
« no previous file with comments | « pkg/collection_helpers/lib/all.dart ('k') | pkg/collection_helpers/lib/unmodifiable_wrappers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/collection_helpers/lib/equality.dart
diff --git a/pkg/collection_helpers/lib/equality.dart b/pkg/collection_helpers/lib/equality.dart
index 3b5f3b4b133d3af345c805b8fb0059655aa05dee..2b462664897d35b748091213894e220c54abaa3b 100644
--- a/pkg/collection_helpers/lib/equality.dart
+++ b/pkg/collection_helpers/lib/equality.dart
@@ -5,7 +5,7 @@
/**
* Defines equality relations on collections.
*/
-library dart.collection_helper.equality;
+library dart.collection_helpers.equality;
import "dart:collection";
« no previous file with comments | « pkg/collection_helpers/lib/all.dart ('k') | pkg/collection_helpers/lib/unmodifiable_wrappers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698