Index: sdk/lib/io/sync_socket.dart |
diff --git a/sdk/lib/io/sync_socket.dart b/sdk/lib/io/sync_socket.dart |
index 77eaedda7e19ecfdd783482ee116fd587bee2279..87bbaf17ca6c644a35da863aef12f7ff6a42bb64 100644 |
--- a/sdk/lib/io/sync_socket.dart |
+++ b/sdk/lib/io/sync_socket.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"; |
/** |
* A low-level class for communicating synchronously over a TCP socket. |