Chromium Code Reviews| Index: sdk/lib/io/io.dart |
| diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart |
| index d0c1f58e11d560ba5a4a7ada503303b549891b58..59b06974b081362ab6d6d648bf295b0537abd753 100644 |
| --- a/sdk/lib/io/io.dart |
| +++ b/sdk/lib/io/io.dart |
| @@ -196,7 +196,7 @@ |
| library dart.io; |
| import 'dart:async'; |
| -import 'dart:_collection-dev'; |
| +import 'dart:_internal'; |
| import 'dart:collection' show HashMap, |
| HashSet, |
| LinkedList, |