Index: sdk/lib/io/path_impl.dart |
diff --git a/sdk/lib/io/path_impl.dart b/sdk/lib/io/path_impl.dart |
index 2a661e0d5d831b0898deb7e0fe418005c0315391..6f3e892cda0a4748a6ef4c08d154c9e38557dd5f 100644 |
--- a/sdk/lib/io/path_impl.dart |
+++ b/sdk/lib/io/path_impl.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; |
+ |
class _Path implements Path { |
final String _path; |
final bool isWindowsShare; |