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