Chromium Code Reviews| Index: utils/pub/pub.dart |
| diff --git a/utils/pub/pub.dart b/utils/pub/pub.dart |
| index 95fad3b8e01536225c56bf200b0c9bf2183753d8..a6ec72c6db2745d52e42dfc304af77ff71cde21a 100644 |
| --- a/utils/pub/pub.dart |
| +++ b/utils/pub/pub.dart |
| @@ -140,7 +140,7 @@ void printVersion() { |
| print('Pub $pubVersion'); |
| } |
| -class PubCommand { |
| +abstract class PubCommand { |
| SystemCache cache; |
| ArgResults globalOptions; |
| ArgResults commandOptions; |