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