| Index: sdk/lib/async/stream_controller.dart
|
| diff --git a/sdk/lib/async/stream_controller.dart b/sdk/lib/async/stream_controller.dart
|
| index dbe3875b3b2e5567e6be8050dcfe0b9013f0f43a..ce3fdf1f1efee2a3acd2d2a85fa2a04be4f6bacb 100644
|
| --- a/sdk/lib/async/stream_controller.dart
|
| +++ b/sdk/lib/async/stream_controller.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";
|
|
|
| // -------------------------------------------------------------------
|
| // Controller for creating and adding events to a stream.
|
|
|