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