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

Unified Diff: pkg/analysis_server/lib/plugin/edit/assist/assist_core.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/assist/assist_core.dart
diff --git a/pkg/analysis_server/lib/edit/assist/assist_core.dart b/pkg/analysis_server/lib/plugin/edit/assist/assist_core.dart
similarity index 97%
rename from pkg/analysis_server/lib/edit/assist/assist_core.dart
rename to pkg/analysis_server/lib/plugin/edit/assist/assist_core.dart
index 537791c63835d2594cfda70c4f30b78d91f1e4ed..93ac441487e0d5f88a8802e58c505945d61c0f2a 100644
--- a/pkg/analysis_server/lib/edit/assist/assist_core.dart
+++ b/pkg/analysis_server/lib/plugin/edit/assist/assist_core.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 analysis_server.edit.assist.assist_core;
+library analysis_server.plugin.edit.assist.assist_core;
import 'package:analysis_server/src/protocol.dart' show SourceChange;
import 'package:analyzer/src/generated/engine.dart';

Powered by Google App Engine
This is Rietveld 408576698