Chromium Code Reviews| Index: sdk/lib/io/file.dart |
| diff --git a/sdk/lib/io/file.dart b/sdk/lib/io/file.dart |
| index cef12a752ff7a81b8a72432ec70118c866a823a0..9acfdcbd70f3b51d166e52b687a077c426c255bd 100644 |
| --- a/sdk/lib/io/file.dart |
| +++ b/sdk/lib/io/file.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; |
| /** |
| * The modes in which a File can be opened. |