Index: sdk/lib/collection/maps.dart |
diff --git a/sdk/lib/collection/maps.dart b/sdk/lib/collection/maps.dart |
index 582ec2d95564d2ca355317ecb72e91b76b5f8a3b..052767c02765d4d8b3f4df1b2f9ae7e05caf3ad2 100644 |
--- a/sdk/lib/collection/maps.dart |
+++ b/sdk/lib/collection/maps.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 "collection.dart"; |
+part of "dart:collection"; |
/** |
* Base class for implementing a [Map]. |