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

Unified Diff: pkg/front_end/lib/src/fasta/builder/class_builder.dart

Issue 2794533002: Move scope.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/builder/class_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/class_builder.dart b/pkg/front_end/lib/src/fasta/builder/class_builder.dart
index 41273c323baaa696f07dadd01bd724dc31e3b860..b87f675781bd82a8b06b42819beb5d5f62936405 100644
--- a/pkg/front_end/lib/src/fasta/builder/class_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/class_builder.dart
@@ -18,7 +18,7 @@ import 'builder.dart'
TypeDeclarationBuilder,
TypeVariableBuilder;
-import 'scope.dart' show AccessErrorBuilder, AmbiguousBuilder, Scope;
+import '../scope.dart' show AccessErrorBuilder, AmbiguousBuilder, Scope;
abstract class ClassBuilder<T extends TypeBuilder, R>
extends TypeDeclarationBuilder<T, R> {

Powered by Google App Engine
This is Rietveld 408576698