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

Unified Diff: pkg/analysis_services/lib/src/search/search_engine.dart

Issue 375693002: Move index/search to services. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/src/index/store/split_store.dart ('k') | pkg/analysis_services/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_services/lib/src/search/search_engine.dart
diff --git a/pkg/analyzer/lib/src/search/search_engine.dart b/pkg/analysis_services/lib/src/search/search_engine.dart
similarity index 99%
rename from pkg/analyzer/lib/src/search/search_engine.dart
rename to pkg/analysis_services/lib/src/search/search_engine.dart
index e23aa9db4ba49b33671ebf299740fc9d26224bee..b9419b94a4d354f6323ef7672c179c8975a932f2 100644
--- a/pkg/analyzer/lib/src/search/search_engine.dart
+++ b/pkg/analysis_services/lib/src/search/search_engine.dart
@@ -5,7 +5,7 @@
// This code was auto-generated, is not intended to be edited, and is subject to
// significant change. Please see the README file for more information.
-library engine.src.search_engine;
+library services.src.search.search_engine;
///**
// * Instances of the class <code>AndSearchPattern</code> implement a search pattern that matches
« no previous file with comments | « pkg/analysis_services/lib/src/index/store/split_store.dart ('k') | pkg/analysis_services/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698