Index: sdk/lib/io/process.dart |
diff --git a/sdk/lib/io/process.dart b/sdk/lib/io/process.dart |
index 7502af2a7a8c68c97b6228c9680e9d9bd7b9aa3e..b44546d579c29a20501de80f8d42d6511b91c67e 100644 |
--- a/sdk/lib/io/process.dart |
+++ b/sdk/lib/io/process.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 "dart:io"; |
+part of "io.dart"; |
// TODO(ager): The only reason for this class is that we |
// cannot patch a top-level at this point. |