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

Unified Diff: pkg/analyzer_cli/lib/starter.dart

Issue 2840703002: Refactoring analyzer_cli for code hygiene. (Closed)
Patch Set: Created 3 years, 8 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/analyzer_cli/lib/starter.dart
diff --git a/pkg/analyzer_cli/lib/starter.dart b/pkg/analyzer_cli/lib/starter.dart
index a784a754f4e01d9bd9bf2243b52268105e29455e..6467ad7af8a5182045c0123ab0e2ff4e3bbd492c 100644
--- a/pkg/analyzer_cli/lib/starter.dart
+++ b/pkg/analyzer_cli/lib/starter.dart
@@ -5,7 +5,7 @@
library analyzer_cli.starter;
import 'package:analyzer/plugin/resolver_provider.dart';
-import 'package:analyzer_cli/src/driver.dart';
+import 'package:analyzer_cli/src/analyzer_driver.dart';
import 'package:plugin/plugin.dart';
/**

Powered by Google App Engine
This is Rietveld 408576698