| Index: sdk/lib/io/secure_socket.dart
|
| diff --git a/sdk/lib/io/secure_socket.dart b/sdk/lib/io/secure_socket.dart
|
| index cc607779712ce0d3ffd2734f136f830780c88f59..5d341bf3f7faf68232a99beb4af32032864f6446 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 "io.dart";
|
| +part of dart.io;
|
|
|
| /**
|
| * A high-level class for communicating securely over a TCP socket, using
|
|
|