Index: sdk/lib/io/directory.dart |
diff --git a/sdk/lib/io/directory.dart b/sdk/lib/io/directory.dart |
index 76b9d2e1f86a396d3b2d1e7432e1db0153327ca9..bdc73332dfb7c08687de21da42c0e51471a5da5c 100644 |
--- a/sdk/lib/io/directory.dart |
+++ b/sdk/lib/io/directory.dart |
@@ -2,6 +2,8 @@ |
// 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; |
+ |
/** |
* [Directory] objects are used for working with directories. |
*/ |