Chromium Code Reviews| Index: sdk/lib/io/file_impl.dart |
| diff --git a/sdk/lib/io/file_impl.dart b/sdk/lib/io/file_impl.dart |
| index 1dd2b476fbf06936ba716b4b36f58ca514d4d451..c6562302961fd00650ef712d8bdb1056f78b9dbc 100644 |
| --- a/sdk/lib/io/file_impl.dart |
| +++ b/sdk/lib/io/file_impl.dart |
| @@ -234,7 +234,7 @@ class _FileUtils { |
| } |
| // Class for encapsulating the native implementation of files. |
| -class _File implements File { |
| +class _File extends FileSystemEntity implements File { |
| final String path; |
| SendPort _fileService; |