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