| Index: pkg/analysis_services/lib/src/index/store/collection.dart
|
| diff --git a/pkg/analyzer/lib/src/index/store/collection.dart b/pkg/analysis_services/lib/src/index/store/collection.dart
|
| similarity index 98%
|
| rename from pkg/analyzer/lib/src/index/store/collection.dart
|
| rename to pkg/analysis_services/lib/src/index/store/collection.dart
|
| index 27b6cf6bb0bcc2f3ccd8797cb1f65d21fbd1c9d7..9002aa9ca104388fa4254f9a0923f98cc717dda8 100644
|
| --- a/pkg/analyzer/lib/src/index/store/collection.dart
|
| +++ b/pkg/analysis_services/lib/src/index/store/collection.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.src.index.store.collection;
|
| +library services.src.index.store.collection;
|
|
|
| import 'dart:collection';
|
| import 'dart:typed_data';
|
|
|