Index: sdk/lib/io/link.dart |
diff --git a/sdk/lib/io/link.dart b/sdk/lib/io/link.dart |
index 421fd88a72620b4153ac458fa6374e795750bbf2..4a119aebeae58f53827475ca2090f81f3da699d2 100644 |
--- a/sdk/lib/io/link.dart |
+++ b/sdk/lib/io/link.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 "io.dart"; |
+part of "dart:io"; |
/** |
* [Link] objects are references to filesystem links. |