Index: pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart |
diff --git a/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart b/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart |
index 6256d16d2ca80eb8dfc00fde8c2c33c5a3fe185d..3d3a7f3898f71f20b83b641e1d86e338026756d2 100644 |
--- a/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart |
+++ b/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart |
@@ -2,12 +2,9 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-library analysis_server.plugin.analysis.occurrences.occurrences_core; |
- |
-import 'package:analysis_server/protocol/protocol_generated.dart' |
- show Occurrences; |
import 'package:analyzer/src/generated/engine.dart' show AnalysisContext; |
import 'package:analyzer/src/generated/source.dart' show Source; |
+import 'package:analyzer_plugin/protocol/protocol_common.dart' show Occurrences; |
/** |
* An object that [OccurrencesContributor]s use to record occurrences into. |