Chromium Code Reviews| Index: sdk/lib/convert/byte_conversion.dart | 
| diff --git a/sdk/lib/convert/byte_conversion.dart b/sdk/lib/convert/byte_conversion.dart | 
| index aaeac3e16047563277c4bc374b068d8875484e2d..de2be3bde5a4ed9cde89d531d6c019aed028de6d 100644 | 
| --- a/sdk/lib/convert/byte_conversion.dart | 
| +++ b/sdk/lib/convert/byte_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"; | 
| /** | 
| * The [ByteConversionSink] provides an interface for converters to |