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

Unified Diff: pkg/front_end/lib/src/fasta/names.dart

Issue 2794013003: Re-duplicate frontend_accessors.dart. (Closed)
Patch Set: Created 3 years, 9 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/front_end/lib/src/fasta/names.dart
diff --git a/pkg/front_end/lib/src/fasta/names.dart b/pkg/front_end/lib/src/fasta/names.dart
index 0253d7d4a5a430886693e448cc49e364bc201374..d3f7c7be8da1d74a92842491270a9fc155336b75 100644
--- a/pkg/front_end/lib/src/fasta/names.dart
+++ b/pkg/front_end/lib/src/fasta/names.dart
@@ -6,7 +6,7 @@ library front_end.src.fasta.names;
import 'package:kernel/ast.dart' show Name;
-export 'package:kernel/frontend/accessors.dart' show indexGetName, indexSetName;
+export 'kernel/frontend_accessors.dart' show indexGetName, indexSetName;
final Name callName = new Name("call");

Powered by Google App Engine
This is Rietveld 408576698