| 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..dcce6b0e88f817e5b0f755c42eebfcd581502f63 100644
|
| --- a/components/sync_sessions/sessions_sync_manager.h
|
| +++ b/components/sync_sessions/sessions_sync_manager.h
|
| @@ -160,6 +160,10 @@ 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,
|
| + ProcessForeignDeleteTabsWithReusedNodeIds);
|
| + FRIEND_TEST_ALL_PREFIXES(SessionsSyncManagerTest,
|
| SaveUnassociatedNodesForReassociation);
|
| FRIEND_TEST_ALL_PREFIXES(SessionsSyncManagerTest, MergeDeletesCorruptNode);
|
| FRIEND_TEST_ALL_PREFIXES(SessionsSyncManagerTest,
|
| @@ -342,7 +346,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_;
|
|
|
|
|