| 3592 | } |
| 3593 | |
| 3594 | bool BookmarkManager::MarksChangesTracker::HasCategoriesChanges() const |
| 3595 | { |
| 3596 | return HasBookmarkCategories(m_createdGroups) || HasBookmarkCategories(m_removedGroups); |
| 3597 | } |
| 3598 | |
| 3599 | void BookmarkManager::MarksChangesTracker::ResetChanges() |
| 3600 | { |