Chromium Code Reviews| Index: tests/standalone/io/web_socket_protocol_processor_test.dart |
| diff --git a/tests/standalone/io/web_socket_protocol_processor_test.dart b/tests/standalone/io/web_socket_protocol_processor_test.dart |
| index 4d90d73f32c99a7bbe35c091cc9bba03bd661f69..1a70fa92d03f291004216b9b3ff5d2b64c98ef24 100644 |
| --- a/tests/standalone/io/web_socket_protocol_processor_test.dart |
| +++ b/tests/standalone/io/web_socket_protocol_processor_test.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| import "package:expect/expect.dart"; |
| -import "dart:utf"; |
| +import "dart:convert"; |
| import "dart:math"; |
| import "dart:async"; |
| import "dart:collection"; |