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

Unified Diff: pkg/analysis_server/benchmark/perf/benchmark_flutter.dart

Issue 2879273002: Make server use the common protocol classes (Closed)
Patch Set: Created 3 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/perf/benchmark_flutter.dart
diff --git a/pkg/analysis_server/benchmark/perf/benchmark_flutter.dart b/pkg/analysis_server/benchmark/perf/benchmark_flutter.dart
index 414ba1ccda443e458c819790b414db96d1e7a660..b05b9f8eebcadb16166699fa5b14c8ae8335bf71 100644
--- a/pkg/analysis_server/benchmark/perf/benchmark_flutter.dart
+++ b/pkg/analysis_server/benchmark/perf/benchmark_flutter.dart
@@ -7,6 +7,7 @@ library server.performance.local;
import 'dart:async';
import 'package:analysis_server/protocol/protocol_generated.dart';
+import 'package:analyzer_plugin/protocol/protocol_common.dart';
import 'benchmark_scenario.dart';
import 'memory_tests.dart';

Powered by Google App Engine
This is Rietveld 408576698