| 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_;
|
|
|