| Index: chrome/browser/ui/search/instant_tab.h
|
| diff --git a/chrome/browser/ui/search/instant_tab.h b/chrome/browser/ui/search/instant_tab.h
|
| index e702929e5f6d997f708cf567d43126f218e0034c..4d644c62c0b6d67cad23b5af0858e86e3a3dcb4f 100644
|
| --- a/chrome/browser/ui/search/instant_tab.h
|
| +++ b/chrome/browser/ui/search/instant_tab.h
|
| @@ -27,7 +27,7 @@ class InstantTab : public InstantPage {
|
|
|
| private:
|
| // Overridden from InstantPage:
|
| - virtual bool ShouldProcessAboutToNavigateMainFrame() OVERRIDE;
|
| + virtual bool ShouldProcessAboutToNavigateMainFrame() override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InstantTab);
|
| };
|
|
|