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