Index: webkit/fileapi/file_system_test_helper.cc |
=================================================================== |
--- webkit/fileapi/file_system_test_helper.cc (revision 139069) |
+++ webkit/fileapi/file_system_test_helper.cc (working copy) |
@@ -159,7 +159,7 @@ |
int64 FileSystemTestOriginHelper::GetCachedOriginUsage() const { |
return file_system_context_->GetQuotaUtil(type_)->GetOriginUsageOnFileThread( |
- file_system_context_, origin_, type_); |
+ origin_, type_); |
} |
int64 FileSystemTestOriginHelper::ComputeCurrentOriginUsage() const { |