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

Unified Diff: sdk/lib/core/core.dart

Issue 12221044: Revert "Hide collection-dev library." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « sdk/lib/collection_dev/to_string.dart ('k') | tests/corelib/hidden_library2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/core.dart
diff --git a/sdk/lib/core/core.dart b/sdk/lib/core/core.dart
index 1c307253d577ed07319ef1e56b8741cbcf317a6a..318203ab0f21922408d8d9da6c9cb54484883eb2 100644
--- a/sdk/lib/core/core.dart
+++ b/sdk/lib/core/core.dart
@@ -5,7 +5,7 @@
library dart.core;
import "dart:collection";
-import "dart:_collection-dev";
+import "dart:collection-dev";
part "bool.dart";
part "collection.dart";
« no previous file with comments | « sdk/lib/collection_dev/to_string.dart ('k') | tests/corelib/hidden_library2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698