Chromium Code Reviews| Index: sdk/lib/convert/encoding.dart |
| diff --git a/sdk/lib/convert/encoding.dart b/sdk/lib/convert/encoding.dart |
| index c478f7ea77c77487cc124576e992c4f05f878426..97317dac952d0221bea7772920b27e9041a25e86 100644 |
| --- a/sdk/lib/convert/encoding.dart |
| +++ b/sdk/lib/convert/encoding.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"; |
| /** |
| * Open-ended Encoding enum. |