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

Unified Diff: lib/shelf_web_socket.dart

Issue 1758123002: Use the web_socket_channel package. (Closed) Base URL: git@github.com:dart-lang/shelf_web_socket@master
Patch Set: Code review changes 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_handler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/shelf_web_socket.dart
diff --git a/lib/shelf_web_socket.dart b/lib/shelf_web_socket.dart
index e233cce6a7e040bf54e5d5641fce8a4474c4ca15..3d376aafb2ef96df64204e4b8685c25759480ba1 100644
--- a/lib/shelf_web_socket.dart
+++ b/lib/shelf_web_socket.dart
@@ -2,8 +2,8 @@
// 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.
-import 'package:http_parser/http_parser.dart';
import 'package:shelf/shelf.dart';
+import 'package:web_socket_channel/web_socket_channel.dart';
import 'src/web_socket_handler.dart';
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/web_socket_handler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698