Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: pkg/analysis_services/lib/index/local_memory_index.dart

Issue 395623006: Add hierarchy utils and use them in search. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweaks Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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';
« no previous file with comments | « pkg/analysis_services/lib/index/local_file_index.dart ('k') | pkg/analysis_services/lib/search/hierarchy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698