Chromium Code Reviews| Index: pkg/http/lib/src/utils.dart |
| diff --git a/pkg/http/lib/src/utils.dart b/pkg/http/lib/src/utils.dart |
| index 5092ed1e6abf3530e00b4fd189bc37d0f39c62d5..4a3b84c0614ea6e71cc0d32c10dcc67570c46bef 100644 |
| --- a/pkg/http/lib/src/utils.dart |
| +++ b/pkg/http/lib/src/utils.dart |
| @@ -5,11 +5,12 @@ |
| library utils; |
| import 'dart:async'; |
| -import 'dart:crypto'; |
| import 'dart:io'; |
| import 'dart:typed_data'; |
| import 'dart:utf'; |
| +import "package:crypto/crypto.dart"; |
| + |
| import 'byte_stream.dart'; |
| /// Converts a URL query string (or `application/x-www-form-urlencoded` body) |