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 de2be3bde5a4ed9cde89d531d6c019aed028de6d..7d592aeebb331ca86060f40b5712953abf27adcb 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 "convert.dart"; |
| +part of "dart:convert"; |
| /** |
| * The [ByteConversionSink] provides an interface for converters to |