Index: net/base/upload_data_stream.cc |
=================================================================== |
--- net/base/upload_data_stream.cc (revision 58317) |
+++ net/base/upload_data_stream.cc (working copy) |
@@ -82,7 +82,7 @@ |
// Note that the expected modification time from WebKit is based on |
// time_t precision. So we have to convert both to time_t to compare. |
if (!element.expected_file_modification_time().is_null()) { |
- file_util::FileInfo info; |
+ base::PlatformFileInfo info; |
if (file_util::GetFileInfo(element.file_path(), &info) && |
element.expected_file_modification_time().ToTimeT() != |
info.last_modified.ToTimeT()) { |