Chromium Code Reviews| Index: sdk/lib/io/socket.dart | 
| diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart | 
| index 7524f3dcf15c1e097334a5dd0466bcc5cf9415df..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, |