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

Unified Diff: chrome/browser/prerender/prerender_local_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/prerender/prerender_local_predictor.h
diff --git a/chrome/browser/prerender/prerender_local_predictor.h b/chrome/browser/prerender/prerender_local_predictor.h
index 159cd1921e4b9a8da79625cb5a50f4b418286eac..a0e9fcd3fd2cffe8728a9f78ac9d1a9a5eb28873 100644
--- a/chrome/browser/prerender/prerender_local_predictor.h
+++ b/chrome/browser/prerender/prerender_local_predictor.h
@@ -157,7 +157,7 @@ class PrerenderLocalPredictor : public history::VisitDatabaseObserver,
void Shutdown();
// history::VisitDatabaseObserver implementation
- virtual void OnAddVisit(const history::BriefVisitInfo& info) OVERRIDE;
+ virtual void OnAddVisit(const history::BriefVisitInfo& info) override;
void OnGetInitialVisitHistory(
scoped_ptr<std::vector<history::BriefVisitInfo> > visit_history);
@@ -167,7 +167,7 @@ class PrerenderLocalPredictor : public history::VisitDatabaseObserver,
void OnTabHelperURLSeen(const GURL& url, content::WebContents* web_contents);
// net::URLFetcherDelegate implementation:
- void virtual OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
+ void virtual OnURLFetchComplete(const net::URLFetcher* source) override;
private:
struct PrerenderProperties;
« no previous file with comments | « chrome/browser/prerender/prerender_link_manager_factory.h ('k') | chrome/browser/prerender/prerender_local_predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698