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

Unified Diff: chrome/browser/ui/browser_tab_strip_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_restorer.cc ('k') | chrome/browser/ui/browser_toolbar_model_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_tab_strip_model_delegate.h
diff --git a/chrome/browser/ui/browser_tab_strip_model_delegate.h b/chrome/browser/ui/browser_tab_strip_model_delegate.h
index ce04f477f09a7c7adb6684524b040afe7bacb66f..d8cf48edbfe8311c39ea0203ef6623602024a493 100644
--- a/chrome/browser/ui/browser_tab_strip_model_delegate.h
+++ b/chrome/browser/ui/browser_tab_strip_model_delegate.h
@@ -22,24 +22,24 @@ class BrowserTabStripModelDelegate : public TabStripModelDelegate {
// Overridden from TabStripModelDelegate:
virtual void AddTabAt(const GURL& url,
int index,
- bool foreground) OVERRIDE;
+ bool foreground) override;
virtual Browser* CreateNewStripWithContents(
const std::vector<NewStripContents>& contentses,
const gfx::Rect& window_bounds,
- bool maximize) OVERRIDE;
- virtual void WillAddWebContents(content::WebContents* contents) OVERRIDE;
- virtual int GetDragActions() const OVERRIDE;
- virtual bool CanDuplicateContentsAt(int index) OVERRIDE;
- virtual void DuplicateContentsAt(int index) OVERRIDE;
- virtual void CreateHistoricalTab(content::WebContents* contents) OVERRIDE;
+ bool maximize) override;
+ virtual void WillAddWebContents(content::WebContents* contents) override;
+ virtual int GetDragActions() const override;
+ virtual bool CanDuplicateContentsAt(int index) override;
+ virtual void DuplicateContentsAt(int index) override;
+ virtual void CreateHistoricalTab(content::WebContents* contents) override;
virtual bool RunUnloadListenerBeforeClosing(
- content::WebContents* contents) OVERRIDE;
+ content::WebContents* contents) override;
virtual bool ShouldRunUnloadListenerBeforeClosing(
- content::WebContents* contents) OVERRIDE;
- virtual bool CanBookmarkAllTabs() const OVERRIDE;
- virtual void BookmarkAllTabs() OVERRIDE;
- virtual RestoreTabType GetRestoreTabType() OVERRIDE;
- virtual void RestoreTab() OVERRIDE;
+ content::WebContents* contents) override;
+ virtual bool CanBookmarkAllTabs() const override;
+ virtual void BookmarkAllTabs() override;
+ virtual RestoreTabType GetRestoreTabType() override;
+ virtual void RestoreTab() override;
void CloseFrame();
« no previous file with comments | « chrome/browser/ui/browser_tab_restorer.cc ('k') | chrome/browser/ui/browser_toolbar_model_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698