| Index: net/disk_cache/simple/simple_index_file.cc
|
| diff --git a/net/disk_cache/simple/simple_index_file.cc b/net/disk_cache/simple/simple_index_file.cc
|
| index 7fead5e38e426c78b302c16e2338acd45ca0b856..abd9f7a7ae0b6cb27531bc93b9c60913b5f94e55 100644
|
| --- a/net/disk_cache/simple/simple_index_file.cc
|
| +++ b/net/disk_cache/simple/simple_index_file.cc
|
| @@ -96,7 +96,7 @@ void ProcessEntryFile(SimpleIndex::EntrySet* entries,
|
| }
|
|
|
| base::PlatformFileInfo file_info;
|
| - if (!file_util::GetFileInfo(file_path, &file_info)) {
|
| + if (!base::GetFileInfo(file_path, &file_info)) {
|
| LOG(ERROR) << "Could not get file info for " << file_path.value();
|
| return;
|
| }
|
|
|