| Index: lib/src/delegate/stream_subscription.dart
|
| diff --git a/lib/src/delegating_stream_subscription.dart b/lib/src/delegate/stream_subscription.dart
|
| similarity index 96%
|
| rename from lib/src/delegating_stream_subscription.dart
|
| rename to lib/src/delegate/stream_subscription.dart
|
| index 87629e5a389e9de08af31833573a21121967afa5..ff9b66584b119a2373792e19450360d3fc962f4d 100644
|
| --- a/lib/src/delegating_stream_subscription.dart
|
| +++ b/lib/src/delegate/stream_subscription.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.
|
|
|
| -library async.delegating_stream_subscription;
|
| +library async.delegate.stream_subscription;
|
|
|
| import 'dart:async';
|
|
|
|
|