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

Unified Diff: pkg/analysis_server/benchmark/integration/input_converter.dart

Issue 1964953003: Make dart:convert strong mode clean. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add comment for startChunkedConversion. Created 4 years, 7 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
Index: pkg/analysis_server/benchmark/integration/input_converter.dart
diff --git a/pkg/analysis_server/benchmark/integration/input_converter.dart b/pkg/analysis_server/benchmark/integration/input_converter.dart
index d743d6cc1fd09748b045b1709ce1d97aedae79d5..14ffd96e5e428eb52e28c1f691ff85d839f3f59f 100644
--- a/pkg/analysis_server/benchmark/integration/input_converter.dart
+++ b/pkg/analysis_server/benchmark/integration/input_converter.dart
@@ -271,8 +271,7 @@ abstract class CommonInputConverter extends Converter<String, Operation> {
* into a series of operations to be sent to the analysis server.
* The input stream can be either an instrumenation or log file.
*/
-class InputConverter
- extends ChunkedConverter<String, Operation, String, Operation> {
+class InputConverter extends Converter<String, Operation> {
final Logger logger = new Logger('InputConverter');

Powered by Google App Engine
This is Rietveld 408576698