Index: content/browser/appcache/appcache_response.h |
diff --git a/content/browser/appcache/appcache_response.h b/content/browser/appcache/appcache_response.h |
index 09691136376aa6ffc0d16bcead8c5e37c7f62eb6..9558478316a11386f2deca9f391643e3daf934a9 100644 |
--- a/content/browser/appcache/appcache_response.h |
+++ b/content/browser/appcache/appcache_response.h |
@@ -177,7 +177,7 @@ class CONTENT_EXPORT AppCacheResponseReader |
int64 group_id, |
AppCacheDiskCacheInterface* disk_cache); |
- virtual void OnIOComplete(int result) OVERRIDE; |
+ virtual void OnIOComplete(int result) override; |
void ContinueReadInfo(); |
void ContinueReadData(); |
void OpenEntryIfNeededAndContinue(); |
@@ -243,7 +243,7 @@ class CONTENT_EXPORT AppCacheResponseWriter |
SECOND_ATTEMPT |
}; |
- virtual void OnIOComplete(int result) OVERRIDE; |
+ virtual void OnIOComplete(int result) override; |
void ContinueWriteInfo(); |
void ContinueWriteData(); |
void CreateEntryIfNeededAndContinue(); |