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

Unified Diff: extensions/browser/api/web_request/web_request_api.cc

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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: extensions/browser/api/web_request/web_request_api.cc
diff --git a/extensions/browser/api/web_request/web_request_api.cc b/extensions/browser/api/web_request/web_request_api.cc
index 02178ca575627bfb6f77d1048f975f2bbe9d0e26..afef67ec605da7ef734a5ba2f156f2db96eadae1 100644
--- a/extensions/browser/api/web_request/web_request_api.cc
+++ b/extensions/browser/api/web_request/web_request_api.cc
@@ -2130,7 +2130,7 @@ class ClearCacheQuotaHeuristic : public extensions::QuotaLimitHeuristic {
weak_ptr_factory_(this) {}
virtual ~ClearCacheQuotaHeuristic() {}
virtual bool Apply(Bucket* bucket,
- const base::TimeTicks& event_time) OVERRIDE;
+ const base::TimeTicks& event_time) override;
private:
// Callback that is triggered by the ExtensionWebRequestEventRouter on a page
« no previous file with comments | « extensions/browser/api/web_request/web_request_api.h ('k') | extensions/browser/api/web_request/web_request_time_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698