| Index: pkg/analysis_server/lib/src/computer/computer_outline.dart
 | 
| diff --git a/pkg/analysis_server/lib/src/computer/computer_outline.dart b/pkg/analysis_server/lib/src/computer/computer_outline.dart
 | 
| index b76b6f64d4e656fc82741e00d11c35e41d915f4b..55c65607aa2cc475b4e0087f51cfc19beabc29f6 100644
 | 
| --- a/pkg/analysis_server/lib/src/computer/computer_outline.dart
 | 
| +++ b/pkg/analysis_server/lib/src/computer/computer_outline.dart
 | 
| @@ -6,8 +6,9 @@ library computer.outline;
 | 
|  
 | 
|  import 'package:analysis_server/plugin/protocol/protocol.dart';
 | 
|  import 'package:analysis_server/src/collections.dart';
 | 
| +import 'package:analyzer/dart/element/element.dart' as engine;
 | 
| +import 'package:analyzer/dart/element/type.dart' as engine;
 | 
|  import 'package:analyzer/src/generated/ast.dart';
 | 
| -import 'package:analyzer/src/generated/element.dart' as engine;
 | 
|  import 'package:analyzer/src/generated/source.dart';
 | 
|  
 | 
|  /**
 | 
| 
 |