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