Chromium Code Reviews| Index: sdk/lib/core/stopwatch.dart |
| diff --git a/sdk/lib/core/stopwatch.dart b/sdk/lib/core/stopwatch.dart |
| index ca82f53f94928329b00b487ad7eae45abbe56cb5..5f285ff0d3a6ab7284f08d136e5e57dc882a9319 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 "core.dart"; |
| +part of "dart:core"; |
| /** |
| * A simple stopwatch interface to measure elapsed time. |