Chromium Code Reviews| Index: sdk/lib/_internal/pub/lib/src/git.dart |
| diff --git a/sdk/lib/_internal/pub/lib/src/git.dart b/sdk/lib/_internal/pub/lib/src/git.dart |
| index 8d996229779f6682e4ebe8c784317725ec8700c7..9e946e28272bf4d6cc694108cfd5794a280cf697 100644 |
| --- a/sdk/lib/_internal/pub/lib/src/git.dart |
| +++ b/sdk/lib/_internal/pub/lib/src/git.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| /// Helper functionality for invoking Git. |
| -library git; |
| +library pub.git; |
| import 'dart:async'; |
| import 'io.dart'; |