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

Unified Diff: lib/codegen/recorder.dart

Issue 2325683002: Clean up references to deprecated code (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | test/codegen/end_to_end_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/codegen/recorder.dart
diff --git a/lib/codegen/recorder.dart b/lib/codegen/recorder.dart
index 7d4102937ff543cd1da33be2cf9d3db8c3f55134..29bb3bfff47fa51e0de173fe5a9f306cf1bb13a4 100644
--- a/lib/codegen/recorder.dart
+++ b/lib/codegen/recorder.dart
@@ -14,8 +14,8 @@
/// the analyzer into pub transformers.
library smoke.codegen.recorder;
-import 'package:analyzer/src/generated/element.dart';
-import 'package:analyzer/src/generated/ast.dart';
+import 'package:analyzer/dart/ast/ast.dart';
+import 'package:analyzer/dart/element/element.dart';
import 'generator.dart';
typedef String ImportUrlResolver(LibraryElement lib);
« no previous file with comments | « no previous file | test/codegen/end_to_end_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698