Index: sdk/lib/collection/list.dart |
diff --git a/sdk/lib/collection/list.dart b/sdk/lib/collection/list.dart |
index e92a4840e3933343ab7be3c424ef61f38098bfc2..7f476dc9aa2023de4b9aceb1a924dc3584eee15c 100644 |
--- a/sdk/lib/collection/list.dart |
+++ b/sdk/lib/collection/list.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 "collection.dart"; |
+part of dart.collection; |
/** |
* Abstract implementation of a list. |