Chromium Code Reviews| Index: sdk/lib/core/sink.dart |
| diff --git a/sdk/lib/core/sink.dart b/sdk/lib/core/sink.dart |
| index 739c141dab46ddc102ff91f87f1130f9cb10d6f8..1113fba12481ff89e8460db67472ebc5d6696a77 100644 |
| --- a/sdk/lib/core/sink.dart |
| +++ b/sdk/lib/core/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"; |
| /** |
| * A generic destination for data. |