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

Unified Diff: pkg/analysis_server/lib/plugin/index/index.dart

Issue 1392253002: Restructure the public API for server (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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_server/lib/plugin/index/index.dart
diff --git a/pkg/analysis_server/lib/plugin/index.dart b/pkg/analysis_server/lib/plugin/index/index.dart
similarity index 94%
rename from pkg/analysis_server/lib/plugin/index.dart
rename to pkg/analysis_server/lib/plugin/index/index.dart
index 1e5b05c49f435a1689cdff4c496b43a1f5f65e62..b87fce9adc36ea095fb85368a61e4b16bdfb7c25 100644
--- a/pkg/analysis_server/lib/plugin/index.dart
+++ b/pkg/analysis_server/lib/plugin/index/index.dart
@@ -28,9 +28,9 @@
* ...
* }
*/
-library analysis_server.plugin.index;
+library analysis_server.plugin.index.index;
-import 'package:analysis_server/analysis/index_core.dart';
+import 'package:analysis_server/plugin/index/index_core.dart';
import 'package:analysis_server/src/plugin/server_plugin.dart';
import 'package:plugin/plugin.dart';

Powered by Google App Engine
This is Rietveld 408576698