Chromium Code Reviews| Index: sdk/lib/core/stopwatch.dart | 
| diff --git a/sdk/lib/core/stopwatch.dart b/sdk/lib/core/stopwatch.dart | 
| index d32e1c2dbeb4bdac1d712c415d51e6002167d799..ca82f53f94928329b00b487ad7eae45abbe56cb5 100644 | 
| --- a/sdk/lib/core/stopwatch.dart | 
| +++ b/sdk/lib/core/stopwatch.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 simple stopwatch interface to measure elapsed time. |