Index: sdk/lib/io/file.dart |
diff --git a/sdk/lib/io/file.dart b/sdk/lib/io/file.dart |
index ee105e7042054bfdb98986018d1c1860b275d0f7..9acfdcbd70f3b51d166e52b687a077c426c255bd 100644 |
--- a/sdk/lib/io/file.dart |
+++ b/sdk/lib/io/file.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; |
/** |
* The modes in which a File can be opened. |