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

Unified Diff: lib/wrappers.dart

Issue 1315753002: Export UnmodifiableMapView from the Dart core libraries. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: Code review changes 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') | no next file » | 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 509a966d9a391e5c7e0954f9d600cde8afc9eb72..f14584d1866bb8057692371416aed3ac5bdfb89a 100644
--- a/lib/wrappers.dart
+++ b/lib/wrappers.dart
@@ -14,10 +14,8 @@ library dart.pkg.collection.wrappers;
import "dart:collection";
import "dart:math" show Random;
-export "dart:collection" show UnmodifiableListView;
-
export "src/canonicalized_map.dart";
-part "src/unmodifiable_wrappers.dart";
+export "src/unmodifiable_wrappers.dart";
/**
* A base class for delegating iterables.
« no previous file with comments | « lib/src/unmodifiable_wrappers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698