Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Unified Diff: content/public/test/sandbox_file_system_test_helper.cc

Issue 101393006: FileAPI: Rename *OnFileThread to *OnFileTaskRunner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
« no previous file with comments | « content/browser/fileapi/file_writer_delegate_unittest.cc ('k') | content/public/test/test_file_system_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698