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

Unified Diff: chrome/browser/ui/browser_toolbar_model_delegate.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
« no previous file with comments | « chrome/browser/ui/browser_tab_strip_model_delegate.h ('k') | chrome/browser/ui/browser_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_toolbar_model_delegate.h
diff --git a/chrome/browser/ui/browser_toolbar_model_delegate.h b/chrome/browser/ui/browser_toolbar_model_delegate.h
index f3d831b489e596db46beb2a84a2e77d2df4c55d2..df95a88b6b0464805ae9755002cb288f47d225fb 100644
--- a/chrome/browser/ui/browser_toolbar_model_delegate.h
+++ b/chrome/browser/ui/browser_toolbar_model_delegate.h
@@ -19,8 +19,8 @@ class BrowserToolbarModelDelegate : public ToolbarModelDelegate {
virtual ~BrowserToolbarModelDelegate();
// ToolbarModelDelegate:
- virtual content::WebContents* GetActiveWebContents() const OVERRIDE;
- virtual bool InTabbedBrowser() const OVERRIDE;
+ virtual content::WebContents* GetActiveWebContents() const override;
+ virtual bool InTabbedBrowser() const override;
private:
Browser* browser_;
« no previous file with comments | « chrome/browser/ui/browser_tab_strip_model_delegate.h ('k') | chrome/browser/ui/browser_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698