Chromium Code Reviews| Index: sdk/lib/collection/maps.dart |
| diff --git a/sdk/lib/collection/maps.dart b/sdk/lib/collection/maps.dart |
| index e1791d27906328861dd12576c182f2e9f8c806e8..582ec2d95564d2ca355317ecb72e91b76b5f8a3b 100644 |
| --- a/sdk/lib/collection/maps.dart |
| +++ b/sdk/lib/collection/maps.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"; |
| /** |
| * Base class for implementing a [Map]. |