Index: pkg/front_end/tool/_fasta/log_collector.dart |
diff --git a/pkg/front_end/tool/_fasta/log_collector.dart b/pkg/front_end/tool/_fasta/log_collector.dart |
index 3e07606bd945600c89350db8312a9e483f4d4836..b9fa0f694a9cb74c51b8a7170d4a6a2ef4e94f55 100644 |
--- a/pkg/front_end/tool/_fasta/log_collector.dart |
+++ b/pkg/front_end/tool/_fasta/log_collector.dart |
@@ -8,7 +8,8 @@ import 'dart:isolate' show RawReceivePort; |
import 'dart:io'; |
-import 'package:front_end/src/fasta/errors.dart' show defaultServerAddress; |
+import 'package:front_end/src/fasta/deprecated_problems.dart' |
+ show defaultServerAddress; |
badRequest(HttpRequest request, int status, String message) { |
request.response.statusCode = status; |