| Index: net/disk_cache/simple/simple_util.cc
|
| diff --git a/net/disk_cache/simple/simple_util.cc b/net/disk_cache/simple/simple_util.cc
|
| index 0ad2a05d5a3a311e75b8a369f5e5134e09ce45b2..70cd8e4a360c4ed6a939de649142174a487caf26 100644
|
| --- a/net/disk_cache/simple/simple_util.cc
|
| +++ b/net/disk_cache/simple/simple_util.cc
|
| @@ -125,7 +125,7 @@ bool GetMTime(const base::FilePath& path, base::Time* out_mtime) {
|
| return true;
|
| }
|
| #endif
|
| - base::PlatformFileInfo file_info;
|
| + base::File::Info file_info;
|
| if (!base::GetFileInfo(path, &file_info))
|
| return false;
|
| *out_mtime = file_info.last_modified;
|
|
|