Index: webkit/appcache/appcache_disk_cache.h |
diff --git a/webkit/appcache/appcache_disk_cache.h b/webkit/appcache/appcache_disk_cache.h |
index a4aa551a8112c7396cae1a6730fc75225931bd72..f5259c278779f13c305fe004bb1fa89581597d93 100644 |
--- a/webkit/appcache/appcache_disk_cache.h |
+++ b/webkit/appcache/appcache_disk_cache.h |
@@ -38,10 +38,11 @@ class APPCACHE_EXPORT AppCacheDiskCache |
bool is_disabled() const { return is_disabled_; } |
virtual int CreateEntry(int64 key, Entry** entry, |
- net::OldCompletionCallback* callback); |
+ net::OldCompletionCallback* callback) OVERRIDE; |
virtual int OpenEntry(int64 key, Entry** entry, |
- net::OldCompletionCallback* callback); |
- virtual int DoomEntry(int64 key, net::OldCompletionCallback* callback); |
+ net::OldCompletionCallback* callback) OVERRIDE; |
+ virtual int DoomEntry(int64 key, |
+ net::OldCompletionCallback* callback) OVERRIDE; |
private: |
class EntryImpl; |