Index: content/public/test/sandbox_file_system_test_helper.cc |
diff --git a/content/public/test/sandbox_file_system_test_helper.cc b/content/public/test/sandbox_file_system_test_helper.cc |
index 5686f38fe3f23082052738ca15ccc520894f2975..d3176b270c483896cb9c6ce33369123807bd10e5 100644 |
--- a/content/public/test/sandbox_file_system_test_helper.cc |
+++ b/content/public/test/sandbox_file_system_test_helper.cc |
@@ -91,7 +91,8 @@ FileSystemURL SandboxFileSystemTestHelper::CreateURL( |
int64 SandboxFileSystemTestHelper::GetCachedOriginUsage() const { |
return file_system_context_->GetQuotaUtil(type_) |
- ->GetOriginUsageOnFileThread(file_system_context_.get(), origin_, type_); |
+ ->GetOriginUsageOnFileTaskRunner( |
+ file_system_context_.get(), origin_, type_); |
} |
int64 SandboxFileSystemTestHelper::ComputeCurrentOriginUsage() { |