| Index: sdk/lib/convert/codec.dart
|
| diff --git a/sdk/lib/codec/codec.dart b/sdk/lib/convert/codec.dart
|
| similarity index 97%
|
| rename from sdk/lib/codec/codec.dart
|
| rename to sdk/lib/convert/codec.dart
|
| index faf736141d04a9da028c93a633548f20f405623f..1afe63a7105c3c8965525256fd5117a3647412b4 100644
|
| --- a/sdk/lib/codec/codec.dart
|
| +++ b/sdk/lib/convert/codec.dart
|
| @@ -2,12 +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.
|
|
|
| -library dart.codec;
|
| -
|
| -import 'dart:convert';
|
| -
|
| -part 'encoding.dart';
|
| -part 'json.dart';
|
| +part of dart.convert;
|
|
|
| /**
|
| * A [Codec] encodes and (if supported) decodes data.
|
|
|