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

Unified Diff: chrome/browser/ui/search/instant_controller.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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: chrome/browser/ui/search/instant_controller.h
diff --git a/chrome/browser/ui/search/instant_controller.h b/chrome/browser/ui/search/instant_controller.h
index 3cb78618e68c1ccd34d82a1cc7195a6a071ad24c..fa4fed60f5de93ccb3f73330027af9c95f09a939 100644
--- a/chrome/browser/ui/search/instant_controller.h
+++ b/chrome/browser/ui/search/instant_controller.h
@@ -116,10 +116,10 @@ class InstantController : public InstantPage::Delegate {
// the RenderViewHost being created which is not always true. Fix this.
virtual void InstantSupportDetermined(
const content::WebContents* contents,
- bool supports_instant) OVERRIDE;
+ bool supports_instant) override;
virtual void InstantPageAboutToNavigateMainFrame(
const content::WebContents* contents,
- const GURL& url) OVERRIDE;
+ const GURL& url) override;
// Helper function to navigate the given contents to the local fallback
// Instant URL and trim the history correctly.

Powered by Google App Engine
This is Rietveld 408576698