Chromium Code Reviews| Index: pkg/dart_scanner/lib/src/characters.dart |
| diff --git a/pkg/dart_scanner/lib/src/characters.dart b/pkg/dart_scanner/lib/src/characters.dart |
| index 60fe4e16ef8810c850517c1e19c6f0c0de1469ac..9b5ad4b0ab79034988ae442076b8728b4c94853e 100644 |
| --- a/pkg/dart_scanner/lib/src/characters.dart |
| +++ b/pkg/dart_scanner/lib/src/characters.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 characters; |
| +library dart_scanner.characters; |
| const int $EOF = 0; |
| const int $STX = 2; |