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..18ee8c3cc44f524f3e306ed7b5e19dd81719af9b 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. |