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, 1 insertions, 0 deletions
diff --git a/chrome/browser/sync/sessions/sync_session.h b/chrome/browser/sync/sessions/sync_session.h index d3320ca..568c1f4 100644 --- a/chrome/browser/sync/sessions/sync_session.h +++ b/chrome/browser/sync/sessions/sync_session.h @@ -77,6 +77,7 @@ 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; |