Chromium Code Reviews| Index: sdk/lib/io/http_impl.dart |
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart |
| index 03329a0b7cc68523d22493eaf933e6e4852bdc9f..7d1717b500ea93431c2503309b6570d633b5b777 100644 |
| --- a/sdk/lib/io/http_impl.dart |
| +++ b/sdk/lib/io/http_impl.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; |
| const int _OUTGOING_BUFFER_SIZE = 8 * 1024; |