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

Unified Diff: content/browser/appcache/appcache_response.h

Issue 631773003: Replacing the OVERRIDE with override and FINAL with final in content/browser/appcache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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
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();
« no previous file with comments | « content/browser/appcache/appcache_request_handler_unittest.cc ('k') | content/browser/appcache/appcache_response_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698