| Index: sdk/lib/collection/list.dart
|
| diff --git a/sdk/lib/collection/list.dart b/sdk/lib/collection/list.dart
|
| index e92a4840e3933343ab7be3c424ef61f38098bfc2..3ae0683eef614f5cd78fbb6795b20b7090fd3e23 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.
|
|
|