| 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 d604f47ecd6d0697d8c952408a1c2c2af5c2a046..0f6e869be2e90a583b3e4bdca3773c57ab3c4ca1 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.cc
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| @@ -318,7 +318,7 @@ int64 IndexedDBContextImpl::ReadUsageFromDisk(const GURL& origin_url) const {
|
| std::string origin_id =
|
| webkit_database::GetIdentifierFromOrigin(origin_url);
|
| base::FilePath file_path = GetIndexedDBFilePath(origin_id);
|
| - return file_util::ComputeDirectorySize(file_path);
|
| + return base::ComputeDirectorySize(file_path);
|
| }
|
|
|
| void IndexedDBContextImpl::EnsureDiskUsageCacheInitialized(
|
|
|