Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Unified Diff: lib/src/subscription_stream.dart

Issue 1219493008: Add a bunch of delegates for dart:async types. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Code review changes Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/delegating_stream_subscription.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/subscription_stream.dart
diff --git a/lib/src/subscription_stream.dart b/lib/src/subscription_stream.dart
index a1d533f885c533c6b70a153ccac91489b1a689e3..e9e7d77b96955735b03d21dc65ae2cd976046f5a 100644
--- a/lib/src/subscription_stream.dart
+++ b/lib/src/subscription_stream.dart
@@ -6,7 +6,7 @@ library async.subscription_stream;
import 'dart:async';
-import "delegating_stream_subscription.dart";
+import "delegate/stream_subscription.dart";
/// A [Stream] adapter for a [StreamSubscription].
///
« no previous file with comments | « lib/src/delegating_stream_subscription.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698