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 {