Index: sdk/lib/io/stdio.dart |
diff --git a/sdk/lib/io/stdio.dart b/sdk/lib/io/stdio.dart |
index 808d8c7790fe853b20a40d941ca9138109e2545d..cce400f0b60cd46c5f071a61a4385d0a65cd2c74 100644 |
--- a/sdk/lib/io/stdio.dart |
+++ b/sdk/lib/io/stdio.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"; |
const int _STDIO_HANDLE_TYPE_TERMINAL = 0; |
const int _STDIO_HANDLE_TYPE_PIPE = 1; |