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

Unified Diff: pkg/http/lib/src/base_response.dart

Issue 19866007: pkg/http tweaks (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: a few more dart:io removals Created 7 years, 5 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: pkg/http/lib/src/base_response.dart
diff --git a/pkg/http/lib/src/base_response.dart b/pkg/http/lib/src/base_response.dart
index 42d38ad33c9468596b69d77f1ec7b51ee3bcb0f0..df0edb4e34c4dcb4b5e9ef15ae6a2c2214e0c95b 100644
--- a/pkg/http/lib/src/base_response.dart
+++ b/pkg/http/lib/src/base_response.dart
@@ -4,8 +4,6 @@
library base_response;
-import 'dart:io';
-
import 'base_request.dart';
/// The base class for HTTP responses.

Powered by Google App Engine
This is Rietveld 408576698