| Index: sdk/lib/io/http_headers.dart
|
| diff --git a/sdk/lib/io/http_headers.dart b/sdk/lib/io/http_headers.dart
|
| index b538e74f72df93bf273301f31064377c35a5fa13..3e11360107cfcc7d9a39d3018c6b952f5320213b 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 "io.dart";
|
| +part of "dart:io";
|
|
|
| class _HttpHeaders implements HttpHeaders {
|
| final Map<String, List<String>> _headers;
|
|
|