Index: sdk/lib/async/timer.dart |
diff --git a/sdk/lib/async/timer.dart b/sdk/lib/async/timer.dart |
index e3f79ebe1e85e2403d7f11c5874ed23053d26fa2..415fd3cf8fb37edd037ae21209489c978af690bf 100644 |
--- a/sdk/lib/async/timer.dart |
+++ b/sdk/lib/async/timer.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 "async.dart"; |
+part of "dart:async"; |
/** |
* A count-down timer that can be configured to fire once or repeatedly. |