Chromium Code Reviews| Index: sdk/lib/collection/set.dart |
| diff --git a/sdk/lib/collection/set.dart b/sdk/lib/collection/set.dart |
| index 3fe79e1fa14351b0b9a52d7f399e627a20651da5..e44d6086350c0b6b066352782bdc2dabd3ee0c7d 100644 |
| --- a/sdk/lib/collection/set.dart |
| +++ b/sdk/lib/collection/set.dart |
| @@ -5,7 +5,7 @@ |
| /** |
| * Base implementations of [Set]. |
| */ |
| -part of "collection.dart"; |
| +part of "dart:collection"; |
| /** |
| * Mixin implementation of [Set]. |