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 2602280ee18fccf64e3eac2c08cc187b770fa4b6..8480581ba0ef228b2378a0262daba4dc622f5e8c 100644 |
--- a/webkit/fileapi/sandbox_mount_point_provider.h |
+++ b/webkit/fileapi/sandbox_mount_point_provider.h |
@@ -143,6 +143,8 @@ class SandboxMountPointProvider |
virtual void EndUpdateOriginOnFileThread( |
const GURL& origin_url, |
FileSystemType type) OVERRIDE; |
+ virtual void InvalidateUsageCache(const GURL& origin_url, |
+ FileSystemType type) OVERRIDE; |
FileSystemQuotaUtil* quota_util() { return this; } |