| Index: sdk/lib/convert/chunked_conversion.dart
|
| diff --git a/sdk/lib/convert/chunked_conversion.dart b/sdk/lib/convert/chunked_conversion.dart
|
| index 4d6c85646cd94dcdcee55add7b5b0a119719fb21..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 "convert.dart";
|
| +part of dart.convert;
|
|
|
| typedef void _ChunkedConversionCallback<T>(T accumulated);
|
|
|
|
|