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

Unified Diff: chrome/browser/sync/glue/synced_tab_delegate_android.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/sync/glue/synced_tab_delegate_android.h
diff --git a/chrome/browser/sync/glue/synced_tab_delegate_android.h b/chrome/browser/sync/glue/synced_tab_delegate_android.h
index c910cf86e4f343a3100a8df19f4ae13686bc653e..cd485ea376bf3a3d2741e55945946ad08a12d673 100644
--- a/chrome/browser/sync/glue/synced_tab_delegate_android.h
+++ b/chrome/browser/sync/glue/synced_tab_delegate_android.h
@@ -25,28 +25,28 @@ class SyncedTabDelegateAndroid : public browser_sync::SyncedTabDelegate {
virtual ~SyncedTabDelegateAndroid();
// Methods from SyncedTabDelegate.
- virtual SessionID::id_type GetWindowId() const OVERRIDE;
- virtual SessionID::id_type GetSessionId() const OVERRIDE;
- virtual bool IsBeingDestroyed() const OVERRIDE;
- virtual Profile* profile() const OVERRIDE;
- virtual std::string GetExtensionAppId() const OVERRIDE;
- virtual int GetCurrentEntryIndex() const OVERRIDE;
- virtual int GetEntryCount() const OVERRIDE;
- virtual int GetPendingEntryIndex() const OVERRIDE;
- virtual content::NavigationEntry* GetPendingEntry() const OVERRIDE;
- virtual content::NavigationEntry* GetEntryAtIndex(int i) const OVERRIDE;
- virtual content::NavigationEntry* GetActiveEntry() const OVERRIDE;
- virtual bool IsPinned() const OVERRIDE;
- virtual bool HasWebContents() const OVERRIDE;
- virtual content::WebContents* GetWebContents() const OVERRIDE;
- virtual int GetSyncId() const OVERRIDE;
- virtual void SetSyncId(int sync_id) OVERRIDE;
+ virtual SessionID::id_type GetWindowId() const override;
+ virtual SessionID::id_type GetSessionId() const override;
+ virtual bool IsBeingDestroyed() const override;
+ virtual Profile* profile() const override;
+ virtual std::string GetExtensionAppId() const override;
+ virtual int GetCurrentEntryIndex() const override;
+ virtual int GetEntryCount() const override;
+ virtual int GetPendingEntryIndex() const override;
+ virtual content::NavigationEntry* GetPendingEntry() const override;
+ virtual content::NavigationEntry* GetEntryAtIndex(int i) const override;
+ virtual content::NavigationEntry* GetActiveEntry() const override;
+ virtual bool IsPinned() const override;
+ virtual bool HasWebContents() const override;
+ virtual content::WebContents* GetWebContents() const override;
+ virtual int GetSyncId() const override;
+ virtual void SetSyncId(int sync_id) override;
// Supervised user related methods.
- virtual bool ProfileIsSupervised() const OVERRIDE;
+ virtual bool ProfileIsSupervised() const override;
virtual const std::vector<const content::NavigationEntry*>*
- GetBlockedNavigations() const OVERRIDE;
+ GetBlockedNavigations() const override;
// Set the web contents for this tab. Also creates
// TabContentsSyncedTabDelegate for this tab.
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_registrar.h ('k') | chrome/browser/sync/glue/synced_window_delegate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698