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