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