| Index: pkg/analysis_server/lib/src/computer/computer_highlights.dart
|
| diff --git a/pkg/analysis_server/lib/src/computer/computer_highlights.dart b/pkg/analysis_server/lib/src/computer/computer_highlights.dart
|
| index a905b5a35cac3f3e233abb6c15f41690a6c8f685..c49b17a4740ed05b3720b2fc30025adae08958b8 100644
|
| --- a/pkg/analysis_server/lib/src/computer/computer_highlights.dart
|
| +++ b/pkg/analysis_server/lib/src/computer/computer_highlights.dart
|
| @@ -2,14 +2,12 @@
|
| // 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 computer.highlights;
|
| -
|
| -import 'package:analysis_server/protocol/protocol_generated.dart' hide Element;
|
| import 'package:analyzer/dart/ast/ast.dart';
|
| import 'package:analyzer/dart/ast/token.dart';
|
| import 'package:analyzer/dart/ast/visitor.dart';
|
| import 'package:analyzer/dart/element/element.dart';
|
| import 'package:analyzer/dart/element/type.dart';
|
| +import 'package:analyzer_plugin/protocol/protocol_common.dart' hide Element;
|
|
|
| /**
|
| * A computer for [HighlightRegion]s in a Dart [CompilationUnit].
|
|
|