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