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

Unified Diff: chrome/browser/ui/tabs/test_tab_strip_model_delegate.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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/tabs/tab_utils.cc ('k') | chrome/browser/ui/test/test_confirm_bubble_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tabs/test_tab_strip_model_delegate.h
diff --git a/chrome/browser/ui/tabs/test_tab_strip_model_delegate.h b/chrome/browser/ui/tabs/test_tab_strip_model_delegate.h
index aae1a6489a1e037044669e4d2246cf0bf18ae61c..17b6a60f6c1fdc6f0477e9a67b9cda06135dd80d 100644
--- a/chrome/browser/ui/tabs/test_tab_strip_model_delegate.h
+++ b/chrome/browser/ui/tabs/test_tab_strip_model_delegate.h
@@ -16,24 +16,24 @@ class TestTabStripModelDelegate : public TabStripModelDelegate {
virtual ~TestTabStripModelDelegate();
// Overridden from TabStripModelDelegate:
- virtual void AddTabAt(const GURL& url, int index, bool foregroud) OVERRIDE;
+ virtual void AddTabAt(const GURL& url, int index, bool foregroud) 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 ShouldRunUnloadListenerBeforeClosing(
- content::WebContents* contents) OVERRIDE;
+ content::WebContents* contents) override;
virtual bool RunUnloadListenerBeforeClosing(
- content::WebContents* contents) OVERRIDE;
- virtual RestoreTabType GetRestoreTabType() OVERRIDE;
- virtual void RestoreTab() OVERRIDE;
- virtual bool CanBookmarkAllTabs() const OVERRIDE;
- virtual void BookmarkAllTabs() OVERRIDE;
+ content::WebContents* contents) override;
+ virtual RestoreTabType GetRestoreTabType() override;
+ virtual void RestoreTab() override;
+ virtual bool CanBookmarkAllTabs() const override;
+ virtual void BookmarkAllTabs() override;
private:
DISALLOW_COPY_AND_ASSIGN(TestTabStripModelDelegate);
« no previous file with comments | « chrome/browser/ui/tabs/tab_utils.cc ('k') | chrome/browser/ui/test/test_confirm_bubble_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698