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

Unified Diff: sdk/lib/collection/queue.dart

Issue 11867024: Move some core classes to collection library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with bug number. Created 7 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/map.dart ('k') | sdk/lib/collection/set.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/collection/queue.dart
diff --git a/sdk/lib/core/queue.dart b/sdk/lib/collection/queue.dart
similarity index 99%
rename from sdk/lib/core/queue.dart
rename to sdk/lib/collection/queue.dart
index 8f20efdcc7cb60614b6922238d85b7278d4d4262..f5dea8b9b98c72dc6bf7389938629aff50e4cdab 100644
--- a/sdk/lib/core/queue.dart
+++ b/sdk/lib/collection/queue.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-part of dart.core;
+part of dart.collection;
/**
* A [Queue] is a collection that can be manipulated at both ends. One
« no previous file with comments | « sdk/lib/collection/map.dart ('k') | sdk/lib/collection/set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698