Commit 67e881a0 authored by avi@chromium.org's avatar avi@chromium.org

Add an OVERRIDE to webkit/.

BUG=104314
TEST=no change

Review URL: http://codereview.chromium.org/8590007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110497 0039d316-1c4b-4281-b951-d872f2087c98
parent ea9dad98
...@@ -31,7 +31,7 @@ class AppCacheTestHelper : public appcache::AppCacheStorage::Delegate { ...@@ -31,7 +31,7 @@ class AppCacheTestHelper : public appcache::AppCacheStorage::Delegate {
appcache::AppCacheGroup* group, appcache::AppCacheGroup* group,
appcache::AppCache* newest_cache, appcache::AppCache* newest_cache,
bool success, bool success,
bool would_exceed_quota); bool would_exceed_quota) OVERRIDE;
void OnGotAppCacheInfo(int rv); void OnGotAppCacheInfo(int rv);
int group_id_; int group_id_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment