Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Unified Diff: utils/pub/http.dart

Issue 11609005: Fix analyzer errors/warnings for Pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | utils/pub/path.dart » ('j') | utils/pub/path.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « no previous file | utils/pub/path.dart » ('j') | utils/pub/path.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698