| Index: pkg/dart_scanner/lib/src/token.dart
 | 
| diff --git a/pkg/dart_scanner/lib/src/token.dart b/pkg/dart_scanner/lib/src/token.dart
 | 
| index b1dbb47b9bd3830999b81a76d56ce0f9a99cf92a..d094ae5226591f13a5686fb2525c0746ad4a4c2b 100644
 | 
| --- a/pkg/dart_scanner/lib/src/token.dart
 | 
| +++ b/pkg/dart_scanner/lib/src/token.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;
 | 
| +library dart_scanner.token;
 | 
|  
 | 
|  import 'dart:collection' show
 | 
|      HashSet;
 | 
| 
 |