| Index: tools/testing/dart/http_server.dart
|
| diff --git a/tools/testing/dart/http_server.dart b/tools/testing/dart/http_server.dart
|
| index 0f9f9e791cf00e8d6d66455a855e3f38f825568a..1623c831583444d65c8f013419053d760c818881 100644
|
| --- a/tools/testing/dart/http_server.dart
|
| +++ b/tools/testing/dart/http_server.dart
|
| @@ -460,7 +460,7 @@ class TestingServers {
|
| }
|
|
|
| // Helper class for displaying directory listings.
|
| -class _Entry implements Comparable {
|
| +class _Entry implements Comparable<_Entry> {
|
| final String name;
|
| final String displayName;
|
|
|
|
|