Index: sdk/lib/io/socket.dart |
diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart |
index 33cb59f847b4271b74925d0f8efd1ec75033c6d9..531d3e30bad0a3435ba6d717a6b124f1945d7142 100644 |
--- a/sdk/lib/io/socket.dart |
+++ b/sdk/lib/io/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"; |
/** |
* [InternetAddressType] is the type an [InternetAddress]. Currently, |