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