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

Unified Diff: lib/src/web_socket.dart

Issue 1763583003: Deprecate WebSocketChannel. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Created 4 years, 10 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 | « CHANGELOG.md ('k') | lib/src/web_socket/channel.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/web_socket.dart
diff --git a/lib/src/web_socket.dart b/lib/src/web_socket.dart
index edc0a185be4d882524b7c51f0c2d5cf876577f8c..dee3edfe6e1e995108b69b8b527a38db3faa8f01 100644
--- a/lib/src/web_socket.dart
+++ b/lib/src/web_socket.dart
@@ -3,5 +3,5 @@
// BSD-style license that can be found in the LICENSE file.
export 'web_socket/channel.dart';
-export 'web_socket/deprecated.dart';
+export 'web_socket/compatible.dart';
export 'web_socket/exception.dart';
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/web_socket/channel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698