| Index: pkg/dart_scanner/lib/src/token_constants.dart
|
| diff --git a/pkg/dart_scanner/lib/src/token_constants.dart b/pkg/dart_scanner/lib/src/token_constants.dart
|
| index 178e73fc8adc7b5df8e213aed479725fc76156dc..c119fb17a68075b27727ca6f6657107d4bd777f7 100644
|
| --- a/pkg/dart_scanner/lib/src/token_constants.dart
|
| +++ b/pkg/dart_scanner/lib/src/token_constants.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library scanner.token_constants;
|
| +library dart_scanner.token_constants;
|
|
|
| import 'characters.dart';
|
|
|
|
|