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

Unified Diff: pkg/analysis_server/test/analysis_abstract.dart

Issue 392693002: Initial implementation for 'search.findElementReferences'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/test/analysis_abstract.dart
diff --git a/pkg/analysis_server/test/analysis_abstract.dart b/pkg/analysis_server/test/analysis_abstract.dart
index 32f8e1e954ff7181664977a2d2b966626793815f..e30b68f48db43e84246b2ca1cc21b852e3275f6d 100644
--- a/pkg/analysis_server/test/analysis_abstract.dart
+++ b/pkg/analysis_server/test/analysis_abstract.dart
@@ -55,7 +55,7 @@ class AbstractAnalysisTest {
MemoryResourceProvider resourceProvider;
MockPackageMapProvider packageMapProvider;
AnalysisServer server;
- AnalysisDomainHandler handler;
+ RequestHandler handler;
Map<String, List<String>> analysisSubscriptions = {};

Powered by Google App Engine
This is Rietveld 408576698