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