Chromium Code Reviews| Index: sdk/lib/io/directory.dart |
| diff --git a/sdk/lib/io/directory.dart b/sdk/lib/io/directory.dart |
| index 96de6d12457e1ee38d0ea7869e3cca483ec0579e..4955d358584198d15c3dbd247b9e5df9cc45a1bd 100644 |
| --- a/sdk/lib/io/directory.dart |
| +++ b/sdk/lib/io/directory.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"; |
| /** |
| * A reference to a directory (or _folder_) on the file system. |