Index: content/public/test/test_file_system_backend.cc |
diff --git a/content/public/test/test_file_system_backend.cc b/content/public/test/test_file_system_backend.cc |
index bdc63b281f06711d72d2fa78fa5c2518fe578ad0..d1c2bc8ac3be1fd7dd4e1b12d947a0e15dea2e5d 100644 |
--- a/content/public/test/test_file_system_backend.cc |
+++ b/content/public/test/test_file_system_backend.cc |
@@ -61,7 +61,7 @@ class TestFileSystemBackend::QuotaUtil |
virtual ~QuotaUtil() {} |
// FileSystemQuotaUtil overrides. |
- virtual base::PlatformFileError DeleteOriginDataOnFileThread( |
+ virtual base::PlatformFileError DeleteOriginDataOnFileTaskRunner( |
FileSystemContext* context, |
quota::QuotaManagerProxy* proxy, |
const GURL& origin_url, |
@@ -78,20 +78,20 @@ class TestFileSystemBackend::QuotaUtil |
return scoped_refptr<QuotaReservation>(); |
} |
- virtual void GetOriginsForTypeOnFileThread( |
+ virtual void GetOriginsForTypeOnFileTaskRunner( |
FileSystemType type, |
std::set<GURL>* origins) OVERRIDE { |
NOTREACHED(); |
} |
- virtual void GetOriginsForHostOnFileThread( |
+ virtual void GetOriginsForHostOnFileTaskRunner( |
FileSystemType type, |
const std::string& host, |
std::set<GURL>* origins) OVERRIDE { |
NOTREACHED(); |
} |
- virtual int64 GetOriginUsageOnFileThread( |
+ virtual int64 GetOriginUsageOnFileTaskRunner( |
FileSystemContext* context, |
const GURL& origin_url, |
FileSystemType type) OVERRIDE { |