Chromium Code Reviews| Index: sdk/lib/async/deferred_load.dart | 
| diff --git a/sdk/lib/async/deferred_load.dart b/sdk/lib/async/deferred_load.dart | 
| index f83d4b8135451b4a3f614941102fb31090799694..77bee95798c88c936bf1cecbd5ccf7fdc0015674 100644 | 
| --- a/sdk/lib/async/deferred_load.dart | 
| +++ b/sdk/lib/async/deferred_load.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"; | 
| /** | 
| * Indicates that loading of [libraryName] is deferred. |