| Index: webkit/browser/fileapi/sandbox_file_system_test_helper.cc
|
| diff --git a/webkit/browser/fileapi/sandbox_file_system_test_helper.cc b/webkit/browser/fileapi/sandbox_file_system_test_helper.cc
|
| index 620be985a1d2cce293389eb7d806ebdd5ee0afcf..5c0a7daad9ebadf89dcd92697444c487c9173d3a 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_test_helper.cc
|
| +++ b/webkit/browser/fileapi/sandbox_file_system_test_helper.cc
|
| @@ -98,7 +98,7 @@ int64 SandboxFileSystemTestHelper::GetCachedOriginUsage() const {
|
| int64 SandboxFileSystemTestHelper::ComputeCurrentOriginUsage() {
|
| usage_cache()->CloseCacheFiles();
|
| int64 size = base::ComputeDirectorySize(GetOriginRootPath());
|
| - if (file_util::PathExists(GetUsageCachePath()))
|
| + if (base::PathExists(GetUsageCachePath()))
|
| size -= FileSystemUsageCache::kUsageFileSize;
|
| return size;
|
| }
|
|
|