Index: sdk/lib/io/http_headers.dart |
diff --git a/sdk/lib/io/http_headers.dart b/sdk/lib/io/http_headers.dart |
index 3e11360107cfcc7d9a39d3018c6b952f5320213b..8e30c37c709d881114a196abdc78ecdecbb5c5e7 100644 |
--- a/sdk/lib/io/http_headers.dart |
+++ b/sdk/lib/io/http_headers.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-part of "dart:io"; |
+part of dart.io; |
class _HttpHeaders implements HttpHeaders { |
final Map<String, List<String>> _headers; |