| Index: sdk/lib/async/future.dart
|
| diff --git a/sdk/lib/async/future.dart b/sdk/lib/async/future.dart
|
| index e614de5344fca64629ac3b2b1caed13a54c083f8..595489e890f4adb45498f6a66b00b9551ea629ae 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 dart.async;
|
|
|
| /// A type representing values that are either `Future<T>` or `T`.
|
| ///
|
|
|