Chromium Code Reviews| Index: base/file_util_proxy.h |
| diff --git a/base/file_util_proxy.h b/base/file_util_proxy.h |
| index 72591c2909c04f65e8b78163883f10c251be74b8..42b9cca43ae455bd5d0fb11e46955bc13656c2e6 100644 |
| --- a/base/file_util_proxy.h |
| +++ b/base/file_util_proxy.h |
| @@ -27,6 +27,8 @@ class BASE_API FileUtilProxy { |
| struct Entry { |
| FilePath::StringType name; |
| bool is_directory; |
| + int64 size; |
| + base::Time last_modified_time; |
| }; |
| // This callback is used by methods that report only an error code. It is |