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

Unified Diff: pkg/analysis_server/lib/plugin/analysis/analyzed_files.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/analysis/analyzed_files.dart
diff --git a/pkg/analysis_server/lib/plugin/analyzed_files.dart b/pkg/analysis_server/lib/plugin/analysis/analyzed_files.dart
similarity index 97%
rename from pkg/analysis_server/lib/plugin/analyzed_files.dart
rename to pkg/analysis_server/lib/plugin/analysis/analyzed_files.dart
index 7eda12c262d8fc3f1176cf32264914c0b9ee38dd..b05bc97e0f921224e4447959e67f3fd4624ecb3b 100644
--- a/pkg/analysis_server/lib/plugin/analyzed_files.dart
+++ b/pkg/analysis_server/lib/plugin/analysis/analyzed_files.dart
@@ -26,7 +26,7 @@
* ...
* }
*/
-library analysis_server.plugin.analyzed_files;
+library analysis_server.plugin.analysis.analyzed_files;
import 'package:analysis_server/src/plugin/server_plugin.dart';
import 'package:analyzer/file_system/file_system.dart';

Powered by Google App Engine
This is Rietveld 408576698