Index: sdk/lib/_collection_dev/to_string.dart |
diff --git a/sdk/lib/collection_dev/to_string.dart b/sdk/lib/_collection_dev/to_string.dart |
similarity index 99% |
rename from sdk/lib/collection_dev/to_string.dart |
rename to sdk/lib/_collection_dev/to_string.dart |
index c55ccac639b9051e12037f210cc896c1755a27b2..21cbf0c5af5ecde7551b438d7eef2efe2a5772eb 100644 |
--- a/sdk/lib/collection_dev/to_string.dart |
+++ b/sdk/lib/_collection_dev/to_string.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.collection.dev; |
+part of dart._collection.dev; |
/** |
* Temporary move `toString` methods into this class. |