| Index: chrome/browser/ui/sync/browser_synced_window_delegate.cc
|
| diff --git a/chrome/browser/ui/sync/browser_synced_window_delegate.cc b/chrome/browser/ui/sync/browser_synced_window_delegate.cc
|
| index 7809aa006af612b6aa1743b45649eb35e046b486..88ae68efe46c35f3287688a3518e9df40c6a1a06 100644
|
| --- a/chrome/browser/ui/sync/browser_synced_window_delegate.cc
|
| +++ b/chrome/browser/ui/sync/browser_synced_window_delegate.cc
|
| @@ -58,7 +58,7 @@ browser_sync::SyncedTabDelegate* BrowserSyncedWindowDelegate::GetTabAt(
|
| }
|
|
|
| SessionID::id_type BrowserSyncedWindowDelegate::GetTabIdAt(int index) const {
|
| - return GetTabAt(index)->GetSessionId();
|
| + return GetTabAt(index)->GetSessionId().id();
|
| }
|
|
|
| bool BrowserSyncedWindowDelegate::HasWindow() const {
|
|
|