Fix BackupRefPtr 32bit builds
For 32 bit builds, IsManagedByPartitionAllocNormalBuckets() was declared in address_pool_manager.h But simply including it in checked_ptr.h would balloon the amount of dependencies for checked_ptr.h So I moved everything required to implement IsManagedByPartitionAlloc* for 32bit to address_pool_manager_bitmap.h This reduced the amount of files to exclude from the rewriter to just base/synchronization/lock_impl.h Bug: 1080832 Change-Id: I0f07156f7afc90e49f93e90a23d5d20595d44bcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637095 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#845071}
Showing
Please register or sign in to comment