Chromium Code Reviews| Index: sdk/lib/_internal/pub/lib/src/http.dart |
| diff --git a/sdk/lib/_internal/pub/lib/src/http.dart b/sdk/lib/_internal/pub/lib/src/http.dart |
| index 969042f84293f2e4dccacd33a8d0d22f49f472b6..017b387f4d23ff71d962dd56f161dfbbffb56574 100644 |
| --- a/sdk/lib/_internal/pub/lib/src/http.dart |
| +++ b/sdk/lib/_internal/pub/lib/src/http.dart |
| @@ -5,7 +5,7 @@ |
| /// Helpers for dealing with HTTP. |
| library pub.http; |
| -import 'dart:async' hide TimeoutException; |
| +import 'dart:async'; |
| import 'dart:convert'; |
| import 'dart:io'; |