Make updater::PersistedData RefCountedThreadSafe.
Per-project coding style: ref counted types must be thread-safe and sequence affinity declared with sequence checkers in destructors if needed. The motivation for such change is that our types get aggregated in different ways, and mixing thread-safe and non thread-safe may result into puzzling asserts in ref-counting code when objects get shared between sequences. Bug: 1105922 Change-Id: I31c5f3c118b633d3a3eb5bf072d3872fba2d2054 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314418Reviewed-by:Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#790959}
Showing
Please register or sign in to comment