Index: sdk/lib/internal/sort.dart |
diff --git a/sdk/lib/internal/sort.dart b/sdk/lib/internal/sort.dart |
index c9481d3505a62b76303dbcea29dee0739796e954..090de865a2a13d53cafc4add910d71b510c7af83 100644 |
--- a/sdk/lib/internal/sort.dart |
+++ b/sdk/lib/internal/sort.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 "internal.dart"; |
+part of "dart:_internal"; |
/** |
* Dual-Pivot Quicksort algorithm. |