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

Unified Diff: chrome/browser/ui/sync/browser_synced_window_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/sync/browser_synced_window_delegate.h
diff --git a/chrome/browser/ui/sync/browser_synced_window_delegate.h b/chrome/browser/ui/sync/browser_synced_window_delegate.h
index f9d764be32f84794b17437af02aadabce0564508..8fd8ff154dc914037839ed0b5d6b8e580ea68c73 100644
--- a/chrome/browser/ui/sync/browser_synced_window_delegate.h
+++ b/chrome/browser/ui/sync/browser_synced_window_delegate.h
@@ -23,18 +23,18 @@ class BrowserSyncedWindowDelegate : public browser_sync::SyncedWindowDelegate {
virtual ~BrowserSyncedWindowDelegate();
// SyncedWindowDelegate:
- virtual bool HasWindow() const OVERRIDE;
- virtual SessionID::id_type GetSessionId() const OVERRIDE;
- virtual int GetTabCount() const OVERRIDE;
- virtual int GetActiveIndex() const OVERRIDE;
- virtual bool IsApp() const OVERRIDE;
- virtual bool IsTypeTabbed() const OVERRIDE;
- virtual bool IsTypePopup() const OVERRIDE;
+ virtual bool HasWindow() const override;
+ virtual SessionID::id_type GetSessionId() const override;
+ virtual int GetTabCount() const override;
+ virtual int GetActiveIndex() const override;
+ virtual bool IsApp() const override;
+ virtual bool IsTypeTabbed() const override;
+ virtual bool IsTypePopup() const override;
virtual bool IsTabPinned(
- const browser_sync::SyncedTabDelegate* tab) const OVERRIDE;
- virtual browser_sync::SyncedTabDelegate* GetTabAt(int index) const OVERRIDE;
- virtual SessionID::id_type GetTabIdAt(int index) const OVERRIDE;
- virtual bool IsSessionRestoreInProgress() const OVERRIDE;
+ const browser_sync::SyncedTabDelegate* tab) const override;
+ virtual browser_sync::SyncedTabDelegate* GetTabAt(int index) const override;
+ virtual SessionID::id_type GetTabIdAt(int index) const override;
+ virtual bool IsSessionRestoreInProgress() const override;
private:
Browser* browser_;
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | chrome/browser/ui/sync/inline_login_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698