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

Unified Diff: pkg/analysis_server/lib/plugin/edit/fix/fix.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/edit/fix/fix.dart
diff --git a/pkg/analysis_server/lib/plugin/fix.dart b/pkg/analysis_server/lib/plugin/edit/fix/fix.dart
similarity index 92%
rename from pkg/analysis_server/lib/plugin/fix.dart
rename to pkg/analysis_server/lib/plugin/edit/fix/fix.dart
index d274f61d6ad6c5b17803a833b818f9359cd28aac..a9f73d24c20db26ee15ca6e7db804390bc185f10 100644
--- a/pkg/analysis_server/lib/plugin/fix.dart
+++ b/pkg/analysis_server/lib/plugin/edit/fix/fix.dart
@@ -22,9 +22,9 @@
* ...
* }
*/
-library analysis_server.plugin.fix;
+library analysis_server.plugin.edit.fix.fix;
-import 'package:analysis_server/edit/fix/fix_core.dart';
+import 'package:analysis_server/plugin/edit/fix/fix_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