Chromium Code Reviews| Index: utils/pub/package.dart |
| diff --git a/utils/pub/package.dart b/utils/pub/package.dart |
| index 24807e723d2209d45ac4dcf9550ed0d986c8ff73..02d99b265e1baa09af409d8501b16560fb641e8c 100644 |
| --- a/utils/pub/package.dart |
| +++ b/utils/pub/package.dart |
| @@ -43,7 +43,7 @@ class Package { |
| /** |
| * The name of the package. |
| */ |
| - String get name() { |
| + String get name { |
| if (pubspec.name != null) return pubspec.name; |
| if (dir != null) return basename(dir); |
| return null; |