Index: sdk/lib/collection/hash_set.dart |
diff --git a/sdk/lib/collection/hash_set.dart b/sdk/lib/collection/hash_set.dart |
index e9f067437741025a00788a33e34abbca00be4128..b60c53ec25289b331b4b4e7846c733c356953a03 100644 |
--- a/sdk/lib/collection/hash_set.dart |
+++ b/sdk/lib/collection/hash_set.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"; |
/** Common parts of [HashSet] and [LinkedHashSet] implementations. */ |
abstract class _HashSetBase<E> extends SetBase<E> { |