Index: sdk/lib/core/stopwatch.dart |
diff --git a/sdk/lib/core/stopwatch.dart b/sdk/lib/core/stopwatch.dart |
index ca82f53f94928329b00b487ad7eae45abbe56cb5..d32e1c2dbeb4bdac1d712c415d51e6002167d799 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. |