| Index: sdk/lib/convert/converter.dart
|
| diff --git a/sdk/lib/convert/converter.dart b/sdk/lib/convert/converter.dart
|
| index d91f4b228e8461ba1f2d353f850d82804b202cae..a15d190b74d2e53d70f755a56e5d26d8f2d47f15 100644
|
| --- a/sdk/lib/convert/converter.dart
|
| +++ b/sdk/lib/convert/converter.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:convert";
|
| +part of "convert.dart";
|
|
|
| /**
|
| * A [Converter] converts data from one representation into another.
|
|
|