Index: webkit/fileapi/sandbox_mount_point_provider.h |
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h |
index b38c48d7f75bb29c038ef7aa06e0e6ea2cfdf94c..b638d7f0d43d055a92c6452eb78ec7f31c8889f7 100644 |
--- a/webkit/fileapi/sandbox_mount_point_provider.h |
+++ b/webkit/fileapi/sandbox_mount_point_provider.h |
@@ -127,6 +127,7 @@ class SandboxMountPointProvider |
// Deletes the data on the origin and reports the amount of deleted data |
// to the quota manager via |proxy|. |
bool DeleteOriginDataOnFileThread( |
+ FileSystemContext* context, |
quota::QuotaManagerProxy* proxy, |
const GURL& origin_url, |
FileSystemType type); |
@@ -140,6 +141,7 @@ class SandboxMountPointProvider |
const std::string& host, |
std::set<GURL>* origins) OVERRIDE; |
virtual int64 GetOriginUsageOnFileThread( |
+ FileSystemContext* context, |
const GURL& origin_url, |
FileSystemType type) OVERRIDE; |
virtual void NotifyOriginWasAccessedOnIOThread( |