| Index: sdk/lib/collection/splay_tree.dart
 | 
| diff --git a/sdk/lib/collection/splay_tree.dart b/sdk/lib/collection/splay_tree.dart
 | 
| index a0e6ee39df31397b482aaef79539e591b83ea8da..8031f5a952a5147e9269079f39fe881a1ae50e8d 100644
 | 
| --- a/sdk/lib/collection/splay_tree.dart
 | 
| +++ b/sdk/lib/collection/splay_tree.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";
 | 
|  
 | 
|  typedef bool _Predicate<T>(T value);
 | 
|  
 | 
| 
 |