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