Chromium Code Reviews| Index: sdk/lib/convert/ascii.dart |
| diff --git a/sdk/lib/convert/ascii.dart b/sdk/lib/convert/ascii.dart |
| index ebbb44d09598840ae58d4c09ed23955a60c3f76c..4622a19edc614949b222a1cdbae9f241bf1da360 100644 |
| --- a/sdk/lib/convert/ascii.dart |
| +++ b/sdk/lib/convert/ascii.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"; |
| /** |
| * An instance of the default implementation of the [AsciiCodec]. |