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

Unified Diff: pkg/analysis_server/lib/src/services/correction/source_buffer.dart

Issue 484733003: Import analysis_services.dart into analysis_server.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/src/services/correction/source_buffer.dart
diff --git a/pkg/analysis_services/lib/src/correction/source_buffer.dart b/pkg/analysis_server/lib/src/services/correction/source_buffer.dart
similarity index 97%
rename from pkg/analysis_services/lib/src/correction/source_buffer.dart
rename to pkg/analysis_server/lib/src/services/correction/source_buffer.dart
index 7a35e37df6d88820f03cf0579f4e08c35f340a5f..f635b35a28a234a805d30fd36e6af35b56d6822f 100644
--- a/pkg/analysis_services/lib/src/correction/source_buffer.dart
+++ b/pkg/analysis_server/lib/src/services/correction/source_buffer.dart
@@ -4,7 +4,7 @@
library services.src.correction.source_buffer;
-import 'package:analysis_services/correction/change.dart';
+import 'package:analysis_server/src/services/correction/change.dart';
import 'package:analyzer/src/generated/source.dart';

Powered by Google App Engine
This is Rietveld 408576698