commit | 3da7fcfa401412073e2d22d37385835056e91f24 | [log] [tgz] |
---|---|---|
author | Kalvin Lee <[email protected]> | Fri Nov 10 06:19:43 2023 |
committer | Chromium LUCI CQ <[email protected]> | Fri Nov 10 06:19:43 2023 |
tree | 1bfa208098a25edd932c8565eadc965500089003 | |
parent | 918801aadcd24f064b05e6eb947425f1c054c24c [diff] [blame] |
PA: Prefer `base/memory/` facade headers We prefer to use `base/memory/raw_ptr.h` (and friends) when inside Chromium. This CL trivially points three files to use those. Change-Id: I0f3527f65317aa1177c9e88584315aeb6a8228f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5012432 Reviewed-by: Francois Pierre Doray <[email protected]> Commit-Queue: Kalvin Lee <[email protected]> Cr-Commit-Position: refs/heads/main@{#1222768}
diff --git a/base/debug/allocation_trace.h b/base/debug/allocation_trace.h index 229ed9e..8dcb65f 100644 --- a/base/debug/allocation_trace.h +++ b/base/debug/allocation_trace.h
@@ -11,12 +11,12 @@ #include <cstdint> #include "base/allocator/dispatcher/subsystem.h" -#include "base/allocator/partition_allocator/src/partition_alloc/pointers/raw_ptr_exclusion.h" #include "base/base_export.h" #include "base/bits.h" #include "base/compiler_specific.h" #include "base/debug/debugging_buildflags.h" #include "base/debug/stack_trace.h" +#include "base/memory/raw_ptr_exclusion.h" #include "build/build_config.h" namespace base::debug::tracer {