| Index: pkg/http_server/lib/src/http_multipart_form_data.dart
|
| diff --git a/sdk/lib/io/http_multipart_form_data.dart b/pkg/http_server/lib/src/http_multipart_form_data.dart
|
| similarity index 99%
|
| rename from sdk/lib/io/http_multipart_form_data.dart
|
| rename to pkg/http_server/lib/src/http_multipart_form_data.dart
|
| index 3c9bca41507703661ac83e6b79f6ab4c76f1b102..86b4604acc0c70254762b76e01025352dbc736cc 100644
|
| --- a/sdk/lib/io/http_multipart_form_data.dart
|
| +++ b/pkg/http_server/lib/src/http_multipart_form_data.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;
|
|
|
|
|
| /**
|
|
|