diff options
Diffstat (limited to 'chrome/browser/sync/sessions/sync_session.h')
-rw-r--r-- | chrome/browser/sync/sessions/sync_session.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/sync/sessions/sync_session.h b/chrome/browser/sync/sessions/sync_session.h index 568c1f4..d3320ca 100644 --- a/chrome/browser/sync/sessions/sync_session.h +++ b/chrome/browser/sync/sessions/sync_session.h @@ -77,7 +77,6 @@ class SyncSession { // Creates a new SyncSession with mandatory context and delegate. SyncSession(SyncSessionContext* context, Delegate* delegate); - ~SyncSession(); // Builds a thread-safe and read-only copy of the current session state. SyncSessionSnapshot TakeSnapshot() const; |