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