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

Unified Diff: pkg/analysis_services/lib/index/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/index.dart
diff --git a/pkg/analysis_services/lib/index/index.dart b/pkg/analysis_services/lib/index/index.dart
index cb163ac0d131bf45829abc703b038f6ea128fea5..f69b89b06cb5a39d851b25e8272f81cafb612b91 100644
--- a/pkg/analysis_services/lib/index/index.dart
+++ b/pkg/analysis_services/lib/index/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;
+library services.index;
import 'dart:async';
« no previous file with comments | « pkg/analysis_server/test/search/element_references_test.dart ('k') | pkg/analysis_services/lib/index/index_store.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698