Chromium Code Reviews| Index: utils/pub/git.dart |
| diff --git a/utils/pub/git.dart b/utils/pub/git.dart |
| index d46e3079a448599464744e5c1099b8ee70ca9966..574c01c8dc48d44cf28ca4adf437234a67a39bc3 100644 |
| --- a/utils/pub/git.dart |
| +++ b/utils/pub/git.dart |
| @@ -5,10 +5,10 @@ |
| /** |
| * Helper functionality for invoking Git. |
| */ |
| -#library('git'); |
| +library git; |
| -#import('io.dart'); |
| -#import('utils.dart'); |
| +import 'io.dart'; |
| +import 'utils.dart'; |
| /// Tests whether or not the git command-line app is available for use. |
| Future<bool> get isInstalled { |