| Index: sdk/lib/collection/iterable.dart
|
| diff --git a/sdk/lib/collection/iterable.dart b/sdk/lib/collection/iterable.dart
|
| index 59a923ea622006054573ca1598d084eda99bffb7..fb8330b984610bf44c4fe88843fb57902fa5646f 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`.
|
|
|