Index: sdk/lib/collection/iterable.dart |
diff --git a/sdk/lib/collection/iterable.dart b/sdk/lib/collection/iterable.dart |
index 59a923ea622006054573ca1598d084eda99bffb7..624fc6433afbde72d73aa3a48aa27b4cb7150c4c 100644 |
--- a/sdk/lib/collection/iterable.dart |
+++ b/sdk/lib/collection/iterable.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; |
/** |
* This [Iterable] mixin implements all [Iterable] members except `iterator`. |