Chromium Code Reviews| Index: utils/pub/repo_source.dart |
| =================================================================== |
| --- utils/pub/repo_source.dart (revision 11633) |
| +++ utils/pub/repo_source.dart (working copy) |
| @@ -31,7 +31,7 @@ |
| * At time of writing, pub.dartlang.org is not yet online, but it should be |
| * soon. |
| */ |
| - static final String defaultUrl = "http://pub.dartlang.org"; |
| + static const String defaultUrl = "http://pub.dartlang.org"; |
| RepoSource(); |