| Index: sdk/lib/collection/iterator.dart
 | 
| diff --git a/sdk/lib/collection/iterator.dart b/sdk/lib/collection/iterator.dart
 | 
| index f8707113a771a892b550173eec20ff8b97344ccf..97cf0be2894096a1d048378dd1a61dd74630c64a 100644
 | 
| --- a/sdk/lib/collection/iterator.dart
 | 
| +++ b/sdk/lib/collection/iterator.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";
 | 
|  
 | 
|  /**
 | 
|   * The [HasNextIterator] class wraps an [Iterator] and provides methods to
 | 
| 
 |