Index: sdk/lib/io/secure_socket.dart |
diff --git a/sdk/lib/io/secure_socket.dart b/sdk/lib/io/secure_socket.dart |
index 9be8849d8871fb450a750b04dd80fb7882989aaa..7f2e8cccfb6a621b12da4f3288750b2bc53d08a0 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 dart.io; |
/** |
* A high-level class for communicating securely over a TCP socket, using |