Chromium Code Reviews| Index: pkg/mime/lib/mime.dart |
| diff --git a/pkg/mime/lib/mime.dart b/pkg/mime/lib/mime.dart |
| index 0943de8750846aeca61ce64c73ba3ed4b385ddf0..44c6cadd9de34ee98d0cf01a1bf53f834dbe2a4d 100644 |
| --- a/pkg/mime/lib/mime.dart |
| +++ b/pkg/mime/lib/mime.dart |
| @@ -4,6 +4,10 @@ |
| library mime; |
| +import 'dart:async'; |
| +import 'dart:typed_data'; |
| + |
| part 'src/mime_type.dart'; |
| part 'src/extension_map.dart'; |
| part 'src/magic_number.dart'; |
| +part 'src/mime_multipart_transformer.dart'; |