Chromium Code Reviews| Index: sdk/lib/core/bool.dart | 
| diff --git a/sdk/lib/core/bool.dart b/sdk/lib/core/bool.dart | 
| index 6660b76f58dda344090b716748eae77fbd900e9f..20f20681ca74ab01aa4880ea35993fc65c6d2004 100644 | 
| --- a/sdk/lib/core/bool.dart | 
| +++ b/sdk/lib/core/bool.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"; | 
| /** | 
| * The reserved words [:true:] and [:false:] denote objects that are the only |