Chromium Code Reviews| Index: sdk/lib/collection/set.dart |
| diff --git a/sdk/lib/collection/set.dart b/sdk/lib/collection/set.dart |
| index 712e843e5b4d9e3f8c433a980cea7dd29da75d41..5aaa0a3577a412c2140d340591f2bc41c6efbb52 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 dart.collection; |
| /** |
| * Mixin implementation of [Set]. |