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

Unified Diff: content/browser/appcache/appcache_request_handler.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_request_handler.h
diff --git a/content/browser/appcache/appcache_request_handler.h b/content/browser/appcache/appcache_request_handler.h
index 4ff72a32da460ba36153394b4705723cc1f472c9..e91375824c5a27245176354d3bebc5e6b124ae61 100644
--- a/content/browser/appcache/appcache_request_handler.h
+++ b/content/browser/appcache/appcache_request_handler.h
@@ -62,7 +62,7 @@ class CONTENT_EXPORT AppCacheRequestHandler
AppCacheRequestHandler(AppCacheHost* host, ResourceType resource_type);
// AppCacheHost::Observer override
- virtual void OnDestructionImminent(AppCacheHost* host) OVERRIDE;
+ virtual void OnDestructionImminent(AppCacheHost* host) override;
// Helpers to instruct a waiting job with what response to
// deliver for the request we're handling.
@@ -90,7 +90,7 @@ class CONTENT_EXPORT AppCacheRequestHandler
virtual void OnMainResponseFound(
const GURL& url, const AppCacheEntry& entry,
const GURL& fallback_url, const AppCacheEntry& fallback_entry,
- int64 cache_id, int64 group_id, const GURL& mainfest_url) OVERRIDE;
+ int64 cache_id, int64 group_id, const GURL& mainfest_url) override;
// Sub-resource loading -------------------------------------
// Dedicated worker and all manner of sub-resources are handled here.
@@ -100,7 +100,7 @@ class CONTENT_EXPORT AppCacheRequestHandler
void ContinueMaybeLoadSubResource();
// AppCacheHost::Observer override
- virtual void OnCacheSelectionComplete(AppCacheHost* host) OVERRIDE;
+ virtual void OnCacheSelectionComplete(AppCacheHost* host) override;
// Data members -----------------------------------------------
« no previous file with comments | « content/browser/appcache/appcache_quota_client.h ('k') | content/browser/appcache/appcache_request_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698