Chromium Code Reviews| Index: pkg/http/lib/src/response.dart |
| diff --git a/pkg/http/lib/src/response.dart b/pkg/http/lib/src/response.dart |
| index 2376f721bfc7c74776c6ac2134c1548ee4a190ae..c036fe91b8b0d44f689575e13fd8b83fb1b65ad5 100644 |
| --- a/pkg/http/lib/src/response.dart |
| +++ b/pkg/http/lib/src/response.dart |
| @@ -6,7 +6,7 @@ library response; |
| import 'dart:async'; |
| import 'dart:io'; |
| -import 'dart:typeddata'; |
| +import 'dart:typed_data'; |
| import 'base_request.dart'; |
| import 'base_response.dart'; |