Index: webkit/browser/fileapi/file_system_context.h |
diff --git a/webkit/browser/fileapi/file_system_context.h b/webkit/browser/fileapi/file_system_context.h |
index b7a4a9450f7bf140c0898814dfd1000481d97bc1..d66a273519cd3266403101976e27f458bab58d41 100644 |
--- a/webkit/browser/fileapi/file_system_context.h |
+++ b/webkit/browser/fileapi/file_system_context.h |
@@ -105,9 +105,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemContext |
const base::FilePath& partition_path, |
const FileSystemOptions& options); |
- // TODO(nhiroki): Rename *OnFileThread methods since these are no longer on |
- // FILE thread. |
- bool DeleteDataForOriginOnFileThread(const GURL& origin_url); |
+ bool DeleteDataForOriginOnFileTaskRunner(const GURL& origin_url); |
// Creates a new QuotaReservation for the given |origin_url| and |type|. |
// Returns NULL if |type| does not support quota or reservation fails. |