Index: sdk/lib/collection/queue.dart |
diff --git a/sdk/lib/collection/queue.dart b/sdk/lib/collection/queue.dart |
index 5204829001f2151a5dff5d9b105b2583cb68dacd..0347943a0ab932c4f0c98b6004dda34d6537ce79 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 dart.collection; |
/** |
* A [Queue] is a collection that can be manipulated at both ends. One |