| Index: sdk/lib/io/directory_impl.dart
|
| diff --git a/sdk/lib/io/directory_impl.dart b/sdk/lib/io/directory_impl.dart
|
| index 24a0aed4d7c9f2be05938b5b2a836a13ff1803a6..9b43b8e962333d61d0cce020810bc611267fe0cf 100644
|
| --- a/sdk/lib/io/directory_impl.dart
|
| +++ b/sdk/lib/io/directory_impl.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;
|
|
|
| class _Directory extends FileSystemEntity implements Directory {
|
| final String path;
|
|
|