| Index: sdk/lib/io/http_utils.dart
|
| diff --git a/sdk/lib/io/http_utils.dart b/sdk/lib/io/http_utils.dart
|
| index 0169ac84a08a9e61fff15cd04ea9f0f958cc6a98..d1161f8bf1ed5c8f69884b1624bb8cb40f4ed978 100644
|
| --- a/sdk/lib/io/http_utils.dart
|
| +++ b/sdk/lib/io/http_utils.dart
|
| @@ -2,8 +2,6 @@
|
| // 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;
|
| -
|
| class _HttpUtils {
|
| static String decodeUrlEncodedString(String urlEncoded) {
|
| // First check the string for any encoding.
|
|
|