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

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

Issue 133273011: Revert "Rename internal library dart:_collection-dev to dart:_internal." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: reapply after revert. Created 6 years, 11 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/collection.dart ('k') | sdk/lib/core/symbol.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 65f888e8a1090dc7148c5e17aa33a6b5009ece61..f7899871e9296076a765d05a9955e0cfb32ab894 100644
--- a/sdk/lib/core/core.dart
+++ b/sdk/lib/core/core.dart
@@ -153,8 +153,8 @@
library dart.core;
import "dart:collection";
-import "dart:_collection-dev" hide Symbol;
-import "dart:_collection-dev" as _collection_dev;
+import "dart:_internal" hide Symbol;
+import "dart:_internal" as internal show Symbol;
import "dart:convert" show UTF8, LATIN1, Encoding;
import "dart:math" show Random; // Used by List.shuffle.
« no previous file with comments | « sdk/lib/collection/collection.dart ('k') | sdk/lib/core/symbol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698