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..fee259da5e87de7d2d433dcbd1fa8b14dfd74981 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. |