Index: webkit/appcache/appcache_response.h |
diff --git a/webkit/appcache/appcache_response.h b/webkit/appcache/appcache_response.h |
index 7119d6eddce04e4032d3f45a029d98d9ef74b8e3..e4c5d6a402d623ff4ae3457ec42dc3c668d4db70 100644 |
--- a/webkit/appcache/appcache_response.h |
+++ b/webkit/appcache/appcache_response.h |
@@ -193,7 +193,7 @@ class APPCACHE_EXPORT AppCacheResponseReader : public AppCacheResponseIO { |
int64 group_id, |
AppCacheDiskCacheInterface* disk_cache); |
- virtual void OnIOComplete(int result); |
+ virtual void OnIOComplete(int result) OVERRIDE; |
void ContinueReadInfo(); |
void ContinueReadData(); |
void OpenEntryIfNeededAndContinue(); |
@@ -256,7 +256,7 @@ class APPCACHE_EXPORT AppCacheResponseWriter : public AppCacheResponseIO { |
int64 group_id, |
AppCacheDiskCacheInterface* disk_cache); |
- virtual void OnIOComplete(int result); |
+ virtual void OnIOComplete(int result) OVERRIDE; |
void ContinueWriteInfo(); |
void ContinueWriteData(); |
void CreateEntryIfNeededAndContinue(); |