Chromium Code Reviews| Index: lib/shelf_web_socket.dart |
| diff --git a/lib/shelf_web_socket.dart b/lib/shelf_web_socket.dart |
| index e233cce6a7e040bf54e5d5641fce8a4474c4ca15..0a88d16a22b3ed2b22a0417051d3645e8a770618 100644 |
| --- a/lib/shelf_web_socket.dart |
| +++ b/lib/shelf_web_socket.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. |
| -import 'package:http_parser/http_parser.dart'; |
| +import 'package:web_socket_channel/web_socket_channel.dart'; |
|
kevmoo
2016/03/03 00:50:50
sorting?
nweiz
2016/03/03 20:08:22
Done.
|
| import 'package:shelf/shelf.dart'; |
| import 'src/web_socket_handler.dart'; |