Chromium Code Reviews| Index: pkg/http/test/multipart_test.dart |
| =================================================================== |
| --- pkg/http/test/multipart_test.dart (revision 24669) |
| +++ pkg/http/test/multipart_test.dart (working copy) |
| @@ -21,7 +21,7 @@ |
| /// Indentation will be normalized. |
| Matcher bodyMatches(String pattern) => new _BodyMatches(pattern); |
| -class _BodyMatches extends BaseMatcher { |
| +class _BodyMatches extends Matcher { |
| final String _pattern; |
| _BodyMatches(this._pattern); |