| Index: pkg/analysis_services/lib/index/local_memory_index.dart
|
| diff --git a/pkg/analysis_services/lib/index/local_memory_index.dart b/pkg/analysis_services/lib/index/local_memory_index.dart
|
| index 7f4c8fa944b52be47065d35e975fb5517414037b..cbd73d40d0f834892387ade8ae40df988db9219d 100644
|
| --- a/pkg/analysis_services/lib/index/local_memory_index.dart
|
| +++ b/pkg/analysis_services/lib/index/local_memory_index.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 engine.index.memory_file_index;
|
| +library services.index.memory_file_index;
|
|
|
| import 'package:analysis_services/index/index.dart';
|
| import 'package:analysis_services/src/index/local_index.dart';
|
|
|