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