Chromium Code Reviews| Index: sdk/lib/async/future.dart | 
| diff --git a/sdk/lib/async/future.dart b/sdk/lib/async/future.dart | 
| index eb5fa8b58ad808855a54955a98f6c41d5ee3f80b..b2f1c5a6af3dbd58788a9afde4708cb46a40c43a 100644 | 
| --- a/sdk/lib/async/future.dart | 
| +++ b/sdk/lib/async/future.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 type representing values that are either `Future<T>` or `T`. | 
| /// |