Chromium Code Reviews| Index: utils/pub/utils.dart |
| diff --git a/utils/pub/utils.dart b/utils/pub/utils.dart |
| index fe546113ed65a65852b565c79674fad7cb85a124..f0065faa72aa6a82ccc4964da65e318b65515c1b 100644 |
| --- a/utils/pub/utils.dart |
| +++ b/utils/pub/utils.dart |
| @@ -5,7 +5,7 @@ |
| /** |
| * Generic utility functions. Stuff that should possibly be in core. |
| */ |
| -#library('pub_utils'); |
| +#library('utils'); |
| /** Thrown by methods that parse text when the text isn't a valid. */ |
| class FormatException implements Exception { |