Chromium Code Reviews| Index: utils/pub/http.dart |
| diff --git a/utils/pub/http.dart b/utils/pub/http.dart |
| index 9190a416ca65159ba86d16dc621f6fad3435bb12..385135f5ab7c1ef9564f04ad63141616c74b9761 100644 |
| --- a/utils/pub/http.dart |
| +++ b/utils/pub/http.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| /// Helpers for dealing with HTTP. |
| -library http; |
| +library pub_http; |
|
Bob Nystrom
2012/12/18 19:40:35
Do dotted identifiers work here yet? If not, add a
nweiz
2012/12/19 01:10:21
The analyzer likes it and the tests run, so let's
|
| import 'dart:io'; |
| import 'dart:json'; |