| Index: webkit/browser/fileapi/sandbox_file_system_backend_delegate.h
|
| diff --git a/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h b/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h
|
| index dd5e11f1837ddfe3951d61a601af93f10a57c16e..7e326b2dd51a47fc214f572dd17bfc23262856e1 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h
|
| +++ b/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h
|
| @@ -122,19 +122,19 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackendDelegate
|
| FileSystemType type) const;
|
|
|
| // FileSystemQuotaUtil overrides.
|
| - virtual base::PlatformFileError DeleteOriginDataOnFileThread(
|
| + virtual base::PlatformFileError DeleteOriginDataOnFileTaskRunner(
|
| FileSystemContext* context,
|
| quota::QuotaManagerProxy* proxy,
|
| const GURL& origin_url,
|
| FileSystemType type) OVERRIDE;
|
| - virtual void GetOriginsForTypeOnFileThread(
|
| + virtual void GetOriginsForTypeOnFileTaskRunner(
|
| FileSystemType type,
|
| std::set<GURL>* origins) OVERRIDE;
|
| - virtual void GetOriginsForHostOnFileThread(
|
| + virtual void GetOriginsForHostOnFileTaskRunner(
|
| FileSystemType type,
|
| const std::string& host,
|
| std::set<GURL>* origins) OVERRIDE;
|
| - virtual int64 GetOriginUsageOnFileThread(
|
| + virtual int64 GetOriginUsageOnFileTaskRunner(
|
| FileSystemContext* context,
|
| const GURL& origin_url,
|
| FileSystemType type) OVERRIDE;
|
|
|