| Index: components/sync_sessions/sessions_sync_manager.h
|
| diff --git a/components/sync_sessions/sessions_sync_manager.h b/components/sync_sessions/sessions_sync_manager.h
|
| index ba48b24be1661994fcd1646c81c04e1f6d7effd1..d6b8cb712c166456ff953bc92722df003dae3786 100644
|
| --- a/components/sync_sessions/sessions_sync_manager.h
|
| +++ b/components/sync_sessions/sessions_sync_manager.h
|
| @@ -160,6 +160,8 @@ class SessionsSyncManager : public syncer::SyncableService,
|
| FRIEND_TEST_ALL_PREFIXES(SessionsSyncManagerTest, BlockedNavigations);
|
| FRIEND_TEST_ALL_PREFIXES(SessionsSyncManagerTest, DeleteForeignSession);
|
| FRIEND_TEST_ALL_PREFIXES(SessionsSyncManagerTest,
|
| + ProcessForeignDeleteTabsWithShadowing);
|
| + FRIEND_TEST_ALL_PREFIXES(SessionsSyncManagerTest,
|
| SaveUnassociatedNodesForReassociation);
|
| FRIEND_TEST_ALL_PREFIXES(SessionsSyncManagerTest, MergeDeletesCorruptNode);
|
| FRIEND_TEST_ALL_PREFIXES(SessionsSyncManagerTest,
|
| @@ -342,7 +344,7 @@ class SessionsSyncManager : public syncer::SyncableService,
|
|
|
| // Number of days without activity after which we consider a session to be
|
| // stale and a candidate for garbage collection.
|
| - size_t stale_session_threshold_days_;
|
| + int stale_session_threshold_days_;
|
|
|
| scoped_ptr<LocalSessionEventRouter> local_event_router_;
|
|
|
|
|