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 5fed7ecacec233460787e3333b193efa1131e18a..982a1fcf47ff582d45febf23e26f18fd98dbb7a8 100644 |
--- a/webkit/fileapi/sandbox_mount_point_provider.h |
+++ b/webkit/fileapi/sandbox_mount_point_provider.h |
@@ -99,6 +99,7 @@ class SandboxMountPointProvider |
const GURL& url, |
int64 offset, |
FileSystemContext* context) const OVERRIDE; |
+ virtual FileSystemQuotaUtil* GetQuotaUtil() OVERRIDE { return this; } |
FilePath old_base_path() const; |
FilePath new_base_path() const; |
@@ -155,7 +156,6 @@ class SandboxMountPointProvider |
virtual void InvalidateUsageCache(const GURL& origin_url, |
FileSystemType type) OVERRIDE; |
- FileSystemQuotaUtil* quota_util() { return this; } |
void CollectOpenFileSystemMetrics(base::PlatformFileError error_code); |
private: |