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

Unified Diff: chrome/browser/ui/browser_tab_restore_service_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
Index: chrome/browser/ui/browser_tab_restore_service_delegate.h
diff --git a/chrome/browser/ui/browser_tab_restore_service_delegate.h b/chrome/browser/ui/browser_tab_restore_service_delegate.h
index 3827efdf0dbbad7db93c70310e99bab11055f1df..aa1ea223d4c5d771a9ac143088d8e015cdb8593b 100644
--- a/chrome/browser/ui/browser_tab_restore_service_delegate.h
+++ b/chrome/browser/ui/browser_tab_restore_service_delegate.h
@@ -22,14 +22,14 @@ class BrowserTabRestoreServiceDelegate : public TabRestoreServiceDelegate {
virtual ~BrowserTabRestoreServiceDelegate() {}
// Overridden from TabRestoreServiceDelegate:
- virtual void ShowBrowserWindow() OVERRIDE;
- virtual const SessionID& GetSessionID() const OVERRIDE;
- virtual int GetTabCount() const OVERRIDE;
- virtual int GetSelectedIndex() const OVERRIDE;
- virtual std::string GetAppName() const OVERRIDE;
- virtual content::WebContents* GetWebContentsAt(int index) const OVERRIDE;
- virtual content::WebContents* GetActiveWebContents() const OVERRIDE;
- virtual bool IsTabPinned(int index) const OVERRIDE;
+ virtual void ShowBrowserWindow() override;
+ virtual const SessionID& GetSessionID() const override;
+ virtual int GetTabCount() const override;
+ virtual int GetSelectedIndex() const override;
+ virtual std::string GetAppName() const override;
+ virtual content::WebContents* GetWebContentsAt(int index) const override;
+ virtual content::WebContents* GetActiveWebContents() const override;
+ virtual bool IsTabPinned(int index) const override;
virtual content::WebContents* AddRestoredTab(
const std::vector<sessions::SerializedNavigationEntry>& navigations,
int tab_index,
@@ -39,15 +39,15 @@ class BrowserTabRestoreServiceDelegate : public TabRestoreServiceDelegate {
bool pin,
bool from_last_session,
content::SessionStorageNamespace* storage_namespace,
- const std::string& user_agent_override) OVERRIDE;
+ const std::string& user_agent_override) override;
virtual content::WebContents* ReplaceRestoredTab(
const std::vector<sessions::SerializedNavigationEntry>& navigations,
int selected_navigation,
bool from_last_session,
const std::string& extension_app_id,
content::SessionStorageNamespace* session_storage_namespace,
- const std::string& user_agent_override) OVERRIDE;
- virtual void CloseTab() OVERRIDE;
+ const std::string& user_agent_override) override;
+ virtual void CloseTab() override;
private:
Browser* browser_;
« no previous file with comments | « chrome/browser/ui/browser_navigator_browsertest_chromeos.cc ('k') | chrome/browser/ui/browser_tab_restorer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698