| Index: pkg/analysis_server/lib/src/services/completion/imported_reference_contributor.dart
 | 
| diff --git a/pkg/analysis_server/lib/src/services/completion/imported_reference_contributor.dart b/pkg/analysis_server/lib/src/services/completion/imported_reference_contributor.dart
 | 
| index f2a9cfa55ef5ca48ee83db08a506eb8fb29e1e55..13537f4993a143fa02eaed0d229f3354b5da9f95 100644
 | 
| --- a/pkg/analysis_server/lib/src/services/completion/imported_reference_contributor.dart
 | 
| +++ b/pkg/analysis_server/lib/src/services/completion/imported_reference_contributor.dart
 | 
| @@ -13,8 +13,9 @@ import 'package:analysis_server/src/services/completion/dart_completion_cache.da
 | 
|  import 'package:analysis_server/src/services/completion/dart_completion_manager.dart';
 | 
|  import 'package:analysis_server/src/services/completion/optype.dart';
 | 
|  import 'package:analysis_server/src/services/completion/suggestion_builder.dart';
 | 
| +import 'package:analyzer/dart/element/element.dart';
 | 
| +import 'package:analyzer/dart/element/type.dart';
 | 
|  import 'package:analyzer/src/generated/ast.dart';
 | 
| -import 'package:analyzer/src/generated/element.dart';
 | 
|  
 | 
|  /**
 | 
|   * A contributor for calculating imported class and top level variable
 | 
| 
 |