Index: webkit/database/database_quota_client.h |
diff --git a/webkit/database/database_quota_client.h b/webkit/database/database_quota_client.h |
index b9fed41efe83daee2ba95d22c213dfc049eef50d..ff362390ea1e0a5142efeeeb069726d08b022cdc 100644 |
--- a/webkit/database/database_quota_client.h |
+++ b/webkit/database/database_quota_client.h |
@@ -31,7 +31,7 @@ class DatabaseQuotaClient : public quota::QuotaClient, |
// QuotaClient method overrides |
virtual ID id() const OVERRIDE; |
- virtual void OnQuotaManagerDestroyed(); |
+ virtual void OnQuotaManagerDestroyed() OVERRIDE; |
virtual void GetOriginUsage(const GURL& origin_url, |
quota::StorageType type, |
const GetUsageCallback& callback) OVERRIDE; |