Chromium Code Reviews| Index: sdk/lib/io/link.dart |
| diff --git a/sdk/lib/io/link.dart b/sdk/lib/io/link.dart |
| index 4a119aebeae58f53827475ca2090f81f3da699d2..cc347800423b6011212a84ebdd328fecdd03bc46 100644 |
| --- a/sdk/lib/io/link.dart |
| +++ b/sdk/lib/io/link.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; |
| /** |
| * [Link] objects are references to filesystem links. |