Index: sdk/lib/io/socket.dart |
diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart |
index 485acc90d1aaa86df9f348bd3aace6ed39b84259..bb39cd60c6f7d231a656f2e9ce14dff1882b8149 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 dart.io; |
/** |
* [InternetAddressType] is the type an [InternetAddress]. Currently, |