Chromium Code Reviews| Index: sdk/lib/core/string_sink.dart |
| diff --git a/sdk/lib/core/string_sink.dart b/sdk/lib/core/string_sink.dart |
| index 50d2d02b85c34dc96de86642b010f09b217fb322..30e5a1bf9629519a7d09028896c98f769aca590b 100644 |
| --- a/sdk/lib/core/string_sink.dart |
| +++ b/sdk/lib/core/string_sink.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"; |
| abstract class StringSink { |
| /** |