Index: sdk/lib/collection/queue.dart |
diff --git a/sdk/lib/collection/queue.dart b/sdk/lib/collection/queue.dart |
index 71359b39f2568d637b2df0cc90868a10bd06b06d..7eb77d448feddeda9fc26b72ef0988962ad44384 100644 |
--- a/sdk/lib/collection/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.collection; |
+part of "collection.dart"; |
/** |
* A [Queue] is a collection that can be manipulated at both ends. One |