Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Unified Diff: webkit/appcache/appcache_test_helper.h

Issue 8590007: Add an OVERRIDE to webkit/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_test_helper.h
diff --git a/webkit/appcache/appcache_test_helper.h b/webkit/appcache/appcache_test_helper.h
index 70f4707eda71555a44fe82933ce741e0cfb19d42..ff0dd3eaffb511594b91c199672d4ea287125211 100644
--- a/webkit/appcache/appcache_test_helper.h
+++ b/webkit/appcache/appcache_test_helper.h
@@ -31,7 +31,7 @@ class AppCacheTestHelper : public appcache::AppCacheStorage::Delegate {
appcache::AppCacheGroup* group,
appcache::AppCache* newest_cache,
bool success,
- bool would_exceed_quota);
+ bool would_exceed_quota) OVERRIDE;
void OnGotAppCacheInfo(int rv);
int group_id_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698