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..64165c228deeaeffd76f00583f68521e6918f7ac 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 |