| 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
|
|
|