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

Unified Diff: chrome/browser/sync/glue/synced_window_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_window_delegate_android.h
diff --git a/chrome/browser/sync/glue/synced_window_delegate_android.h b/chrome/browser/sync/glue/synced_window_delegate_android.h
index 2e7d654d82280fb909a51601ecdfb818cfae7c08..13b717f946c4d543852c3c67d7cf8104771f5e22 100644
--- a/chrome/browser/sync/glue/synced_window_delegate_android.h
+++ b/chrome/browser/sync/glue/synced_window_delegate_android.h
@@ -22,17 +22,17 @@ class SyncedWindowDelegateAndroid : public browser_sync::SyncedWindowDelegate {
// browser_sync::SyncedWindowDelegate implementation.
- 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 SyncedTabDelegate* tab) const OVERRIDE;
- virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE;
- virtual SessionID::id_type GetTabIdAt(int index) const OVERRIDE;
- virtual bool IsSessionRestoreInProgress() 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 SyncedTabDelegate* tab) const override;
+ virtual SyncedTabDelegate* GetTabAt(int index) const override;
+ virtual SessionID::id_type GetTabIdAt(int index) const override;
+ virtual bool IsSessionRestoreInProgress() const override;
private:
TabModel* tab_model_;
« no previous file with comments | « chrome/browser/sync/glue/synced_tab_delegate_android.h ('k') | chrome/browser/sync/glue/theme_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698