| Index: pkg/analysis_services/lib/index/index_store.dart
|
| diff --git a/pkg/analysis_services/lib/index/index_store.dart b/pkg/analysis_services/lib/index/index_store.dart
|
| index cb678ac85c10e51a890b3e8b94a9c2d6adb52ec9..e04c01224d2fb9ab9d919b81d316cfd7e185de25 100644
|
| --- a/pkg/analysis_services/lib/index/index_store.dart
|
| +++ b/pkg/analysis_services/lib/index/index_store.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_store;
|
| +library services.index_store;
|
|
|
| import 'dart:async';
|
|
|
|
|