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