Chromium Code Reviews| Index: sdk/lib/async/stream.dart |
| diff --git a/sdk/lib/async/stream.dart b/sdk/lib/async/stream.dart |
| index 5f6907581ccd020675edfe80b2c72f9552863a1c..318be1cae0d69007fac6e5b87838114a04b4e1eb 100644 |
| --- a/sdk/lib/async/stream.dart |
| +++ b/sdk/lib/async/stream.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"; |
| // ------------------------------------------------------------------- |
| // Core Stream types |