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

Unified Diff: pkg/analysis_server/lib/src/services/refactoring/naming_conventions.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/refactoring/naming_conventions.dart
diff --git a/pkg/analysis_services/lib/src/refactoring/naming_conventions.dart b/pkg/analysis_server/lib/src/services/refactoring/naming_conventions.dart
similarity index 98%
rename from pkg/analysis_services/lib/src/refactoring/naming_conventions.dart
rename to pkg/analysis_server/lib/src/services/refactoring/naming_conventions.dart
index b65ecf6085347e05b9448ac7fe8aa3aa9e5edbd4..b41c151a8d37add7f28223a5d9be2591dbb2d270 100644
--- a/pkg/analysis_services/lib/src/refactoring/naming_conventions.dart
+++ b/pkg/analysis_server/lib/src/services/refactoring/naming_conventions.dart
@@ -4,8 +4,8 @@
library services.src.refactoring.naming_conventions;
-import 'package:analysis_services/correction/status.dart';
-import 'package:analysis_services/src/correction/strings.dart';
+import 'package:analysis_server/src/services/correction/status.dart';
+import 'package:analysis_server/src/services/correction/strings.dart';
/**
« no previous file with comments | « pkg/analysis_server/lib/src/services/json.dart ('k') | pkg/analysis_server/lib/src/services/refactoring/refactoring.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698