Chromium Code Reviews| Index: sdk/lib/core/string.dart |
| diff --git a/sdk/lib/core/string.dart b/sdk/lib/core/string.dart |
| index bfb76f77628f9fdf3c8d32199462abe97f140474..27aac1825b43a1a3da17cfddb8bd1351c3788a04 100644 |
| --- a/sdk/lib/core/string.dart |
| +++ b/sdk/lib/core/string.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 "core.dart"; |
| +part of "dart:core"; |
| /** |
| * A sequence of characters. |