| Index: pkg/front_end/lib/src/fasta/source/directive_listener.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/source/directive_listener.dart b/pkg/front_end/lib/src/fasta/source/directive_listener.dart
|
| index ce4709a5a2390c8173dc0a1450757fe4ac08c9a1..81c33f46f7c9a9da83e2412a9eeffe33400bf06c 100644
|
| --- a/pkg/front_end/lib/src/fasta/source/directive_listener.dart
|
| +++ b/pkg/front_end/lib/src/fasta/source/directive_listener.dart
|
| @@ -10,7 +10,7 @@ import '../fasta_codes.dart' show FastaMessage, codeExpectedBlockToSkip;
|
| import '../parser/identifier_context.dart';
|
| import '../parser/listener.dart';
|
| import '../quote.dart';
|
| -import '../scanner/token.dart';
|
| +import '../../scanner/token.dart' show Token;
|
| import 'stack_listener.dart';
|
|
|
| /// Listener that records imports, exports, and part directives.
|
|
|