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

Unified Diff: utils/pub/http.dart

Issue 12782016: Switch pkg packages, pub, and dartdoc to use package: imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months 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
Index: utils/pub/http.dart
diff --git a/utils/pub/http.dart b/utils/pub/http.dart
index 59fb586df26a0e6b023c5d9cb7ebd76c91a887f0..5025d970f6f4590de00f0dbab727ff827079ff3c 100644
--- a/utils/pub/http.dart
+++ b/utils/pub/http.dart
@@ -10,7 +10,7 @@ import 'dart:io';
import 'dart:json' as json;
// TODO(nweiz): Make this import better.
Bob Nystrom 2013/03/26 01:55:44 Remove comment and add newline after package:
nweiz 2013/03/26 02:09:53 Done.
-import '../../pkg/http/lib/http.dart' as http;
+import 'package:http/http.dart' as http;
import 'io.dart';
import 'log.dart' as log;
import 'oauth2.dart' as oauth2;

Powered by Google App Engine
This is Rietveld 408576698