Index: base/file_util.cc |
=================================================================== |
--- base/file_util.cc (revision 58317) |
+++ base/file_util.cc (working copy) |
@@ -185,7 +185,7 @@ |
} |
bool GetFileSize(const FilePath& file_path, int64* file_size) { |
- FileInfo info; |
+ base::PlatformFileInfo info; |
if (!GetFileInfo(file_path, &info)) |
return false; |
*file_size = info.size; |