| Index: sdk/lib/convert/chunked_conversion.dart
|
| diff --git a/sdk/lib/convert/chunked_conversion.dart b/sdk/lib/convert/chunked_conversion.dart
|
| index 0e0a2694b6d1c1f111587dfd3da9860d6bb40bec..ff1294fced06ca2405d97c72f03c4165b76a7b5e 100644
|
| --- a/sdk/lib/convert/chunked_conversion.dart
|
| +++ b/sdk/lib/convert/chunked_conversion.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 dart.convert;
|
|
|
| typedef void _ChunkedConversionCallback<T>(T accumulated);
|
|
|
|
|