| Index: content/browser/indexed_db/indexed_db_context_impl.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_context_impl.cc b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| index daa41745067af32542a482956a19a428cc191985..fc1c932ac2a012bec315c88b3a6d0bd8bb1cbc92 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.cc
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| @@ -297,7 +297,7 @@ base::Time IndexedDBContextImpl::GetOriginLastModified(const GURL& origin_url) {
|
| if (data_path_.empty() || !IsInOriginSet(origin_url))
|
| return base::Time();
|
| base::FilePath idb_directory = GetFilePath(origin_url);
|
| - base::PlatformFileInfo file_info;
|
| + base::File::Info file_info;
|
| if (!base::GetFileInfo(idb_directory, &file_info))
|
| return base::Time();
|
| return file_info.last_modified;
|
|
|