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