| Index: webkit/browser/fileapi/plugin_private_file_system_backend.h
|
| diff --git a/webkit/browser/fileapi/plugin_private_file_system_backend.h b/webkit/browser/fileapi/plugin_private_file_system_backend.h
|
| index d41f4b7eced073ea20c75ab70bb0d9045459fd10..7f64aa26947efd7e7615428313b2a173a8213466 100644
|
| --- a/webkit/browser/fileapi/plugin_private_file_system_backend.h
|
| +++ b/webkit/browser/fileapi/plugin_private_file_system_backend.h
|
| @@ -82,19 +82,19 @@ class WEBKIT_STORAGE_BROWSER_EXPORT PluginPrivateFileSystemBackend
|
| virtual FileSystemQuotaUtil* GetQuotaUtil() OVERRIDE;
|
|
|
| // 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;
|
|
|