diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 21:36:16 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 21:36:16 +0000 |
commit | 0da6b4455b596572e379c150aa5babf8d6364833 (patch) | |
tree | 8d75818184e4b26ecefe915d99e17399079afb32 /webkit/database | |
parent | ea1ba32fb09f3c84768c1272b79b8519aadee0df (diff) | |
download | chromium_src-0da6b4455b596572e379c150aa5babf8d6364833.zip chromium_src-0da6b4455b596572e379c150aa5babf8d6364833.tar.gz chromium_src-0da6b4455b596572e379c150aa5babf8d6364833.tar.bz2 |
Add OVERRIDE to webkit/.
BUG=104314
TEST=no change
Review URL: http://codereview.chromium.org/8539047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110357 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/database')
-rw-r--r-- | webkit/database/database_quota_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/database/database_quota_client.h b/webkit/database/database_quota_client.h index b9fed41..ff36239 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; |