Index: net/base/upload_file_element_reader.cc |
diff --git a/net/base/upload_file_element_reader.cc b/net/base/upload_file_element_reader.cc |
index ab7dd9eb1a1a81b33aeb8eeaec83b890316903e8..f32015734468edb3adae17877fd0bb0a4f157258 100644 |
--- a/net/base/upload_file_element_reader.cc |
+++ b/net/base/upload_file_element_reader.cc |
@@ -61,7 +61,7 @@ int InitInternal(const base::FilePath& path, |
// from WebKit is based on time_t precision. So we have to convert both to |
// time_t to compare. This check is used for sliced files. |
if (!expected_modification_time.is_null()) { |
- base::PlatformFileInfo info; |
+ base::File::Info info; |
if (!base::GetFileInfo(path, &info)) { |
DLOG(WARNING) << "Failed to get file info of \"" << path.value() << "\""; |
return ERR_FILE_NOT_FOUND; |