Index: sdk/lib/io/secure_socket.dart |
diff --git a/sdk/lib/io/secure_socket.dart b/sdk/lib/io/secure_socket.dart |
index 9dc94be52edf047484e30007d0410772579aecfd..cc607779712ce0d3ffd2734f136f830780c88f59 100644 |
--- a/sdk/lib/io/secure_socket.dart |
+++ b/sdk/lib/io/secure_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 high-level class for communicating securely over a TCP socket, using |