Chromium Code Reviews| Index: pkg/http_server/lib/src/http_body.dart |
| diff --git a/sdk/lib/io/http_body.dart b/pkg/http_server/lib/src/http_body.dart |
| similarity index 99% |
| rename from sdk/lib/io/http_body.dart |
| rename to pkg/http_server/lib/src/http_body.dart |
| index 47a28f09f2bca8c8d264eb30ffccdf5ed449557f..3efaadf3c352e97e098109cdc775b1410408796f 100644 |
| --- a/sdk/lib/io/http_body.dart |
| +++ b/pkg/http_server/lib/src/http_body.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 http_server; |
| /** |