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. |