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

Unified Diff: pkg/collection/lib/src/unmodifiable_wrappers.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: Update SDK dependency to 1.0.0 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
« no previous file with comments | « pkg/collection/lib/equality.dart ('k') | pkg/collection/lib/wrappers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/collection/lib/src/unmodifiable_wrappers.dart
diff --git a/pkg/collection_helpers/lib/unmodifiable_wrappers.dart b/pkg/collection/lib/src/unmodifiable_wrappers.dart
similarity index 99%
rename from pkg/collection_helpers/lib/unmodifiable_wrappers.dart
rename to pkg/collection/lib/src/unmodifiable_wrappers.dart
index b44337f844a6eb8820e36e0416de1b99183024be..022bbfe17427fb68e25e2cc57f7c0302df30c5ce 100644
--- a/pkg/collection_helpers/lib/unmodifiable_wrappers.dart
+++ b/pkg/collection/lib/src/unmodifiable_wrappers.dart
@@ -11,7 +11,7 @@
* The [List] wrapper prevents changes to the length of the wrapped list,
* but allows changes to the contents.
*/
-part of dart.collection_helpers.wrappers;
+part of dart.pkg.collection.wrappers;
/**
* A fixed-length list.
« no previous file with comments | « pkg/collection/lib/equality.dart ('k') | pkg/collection/lib/wrappers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698