Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`raw_ptr` cannot be promoted into a component without hitting issues with undefined CRT symbols. Instead, 1. We assert that the `//base` component provides access to the `raw_ptr` source set in Chromium and 2. We provide the appropriate define to make the component build work with `HookableRawPtrImpl`. Fixed: 1413475 Change-Id: Iadd0c13ab3bd768006f972121f27d90ab429bca8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4235042 Auto-Submit: Kalvin Lee <kdlee@chromium.org> Commit-Queue: Kalvin Lee <kdlee@chromium.org> Reviewed-by: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1104358}
- Loading branch information