From d17ea114e5ef69ad5d5d7413280a13e6428098aa Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 15 May 2018 10:20:33 +0200 Subject: BASELINE: Update Chromium to 67.0.3396.47 Change-Id: Idcb1341782e417561a2473eeecc82642dafda5b7 Reviewed-by: Michal Klocek --- chromium/components/sync_sessions/synced_window_delegate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chromium/components/sync_sessions/synced_window_delegate.h') diff --git a/chromium/components/sync_sessions/synced_window_delegate.h b/chromium/components/sync_sessions/synced_window_delegate.h index af99cacf0fc..28d2d6f5229 100644 --- a/chromium/components/sync_sessions/synced_window_delegate.h +++ b/chromium/components/sync_sessions/synced_window_delegate.h @@ -25,7 +25,7 @@ class SyncedWindowDelegate { virtual bool HasWindow() const = 0; // see Browser::session_id - virtual SessionID::id_type GetSessionId() const = 0; + virtual SessionID GetSessionId() const = 0; // see Browser::tab_count virtual int GetTabCount() const = 0; @@ -51,7 +51,7 @@ class SyncedWindowDelegate { virtual SyncedTabDelegate* GetTabAt(int index) const = 0; // Return the tab id for the tab at |index|. - virtual SessionID::id_type GetTabIdAt(int index) const = 0; + virtual SessionID GetTabIdAt(int index) const = 0; // Return true if we are currently restoring sessions asynchronously. virtual bool IsSessionRestoreInProgress() const = 0; -- cgit v1.2.1