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

Unified Diff: chrome/browser/predictors/resource_prefetch_predictor.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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: chrome/browser/predictors/resource_prefetch_predictor.h
diff --git a/chrome/browser/predictors/resource_prefetch_predictor.h b/chrome/browser/predictors/resource_prefetch_predictor.h
index e82384f5bf8ec3aafc4cf17c6c25a94f09ef189c..7a1166e849238d18a2d970abc3391bb5506a580d 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor.h
+++ b/chrome/browser/predictors/resource_prefetch_predictor.h
@@ -183,13 +183,13 @@ class ResourcePrefetchPredictor
// Returns true if the request (should have a response in it) is cacheable.
static bool IsCacheable(const net::URLRequest* request);
- // content::NotificationObserver methods OVERRIDE.
+ // content::NotificationObserver methods override.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
- // KeyedService methods OVERRIDE.
- virtual void Shutdown() OVERRIDE;
+ // KeyedService methods override.
+ virtual void Shutdown() override;
// Functions called on different network events pertaining to the loading of
// main frame resource or sub resources.
« no previous file with comments | « chrome/browser/predictors/predictor_database_factory.h ('k') | chrome/browser/predictors/resource_prefetch_predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698