| Index: pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
 | 
| diff --git a/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
 | 
| index fb91d764dc1c23b98c767ed8a9a533d76fa5856b..1b3d30f5e3ee697a5cfbcf9b41d8d65cf0a8c593 100644
 | 
| --- a/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
 | 
| +++ b/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
 | 
| @@ -9,8 +9,8 @@ import 'package:analysis_server/plugin/protocol/protocol.dart'
 | 
|  import 'package:analysis_server/src/services/completion/dart_completion_cache.dart';
 | 
|  import 'package:analysis_server/src/services/completion/dart_completion_manager.dart';
 | 
|  import 'package:analysis_server/src/services/completion/imported_reference_contributor.dart';
 | 
| +import 'package:analyzer/dart/element/element.dart';
 | 
|  import 'package:analyzer/src/generated/ast.dart';
 | 
| -import 'package:analyzer/src/generated/element.dart';
 | 
|  import 'package:analyzer/src/generated/engine.dart';
 | 
|  import 'package:analyzer/src/generated/source.dart';
 | 
|  import 'package:test_reflective_loader/test_reflective_loader.dart';
 | 
| 
 |