Chromium Code Reviews| Index: sdk/lib/convert/string_conversion.dart |
| diff --git a/sdk/lib/convert/string_conversion.dart b/sdk/lib/convert/string_conversion.dart |
| index 15ce51082fc44a99c984a1ec6fc2946ea468943c..d5a0986eb8cf161a55abb040febb36ff8623fc3f 100644 |
| --- a/sdk/lib/convert/string_conversion.dart |
| +++ b/sdk/lib/convert/string_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"; |
| /** |
| * This class provides an interface for converters to |