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

Unified Diff: pkg/analysis_services/lib/index/index_store.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
« no previous file with comments | « pkg/analysis_services/lib/index/index.dart ('k') | pkg/analysis_services/lib/index/local_file_index.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « pkg/analysis_services/lib/index/index.dart ('k') | pkg/analysis_services/lib/index/local_file_index.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698