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