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

Unified Diff: lib/wrappers.dart

Issue 1313613004: Release 1.1.2. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: More fixes. Created 5 years, 4 months 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 | « lib/src/unmodifiable_wrappers.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/wrappers.dart
diff --git a/lib/wrappers.dart b/lib/wrappers.dart
index f14584d1866bb8057692371416aed3ac5bdfb89a..34f812c25789f6828ee0e48ce8d362e29537442f 100644
--- a/lib/wrappers.dart
+++ b/lib/wrappers.dart
@@ -14,6 +14,8 @@ library dart.pkg.collection.wrappers;
import "dart:collection";
import "dart:math" show Random;
+import "src/unmodifiable_wrappers.dart";
+
export "src/canonicalized_map.dart";
export "src/unmodifiable_wrappers.dart";
« no previous file with comments | « lib/src/unmodifiable_wrappers.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698