summaryrefslogtreecommitdiff
path: root/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/ref_counted.h
diff options
context:
space:
mode:
authorRyo Hashimoto <hashimoto@chromium.org>2024-05-02 03:30:12 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-05-02 10:29:37 +0000
commitc72f2aaa4717e045009d9f9782b6188879b63b1d (patch)
tree6a6d2d0b51a2459201a92a270dec0c640d7cef9f /base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/ref_counted.h
parent93cfc44323fd5be715fb2ff676d3e1c59648b181 (diff)
parent45ab17541cbdb5cac7f125b68fa1eca07989aeeb (diff)
downloadlibchrome-c72f2aaa4717e045009d9f9782b6188879b63b1d.tar.gz
libchrome r1294816 uprev
Merge with upstream commit 45ab17541cbdb5cac7f125b68fa1eca07989aeeb Add a new long term patch to use the pa_buildflag_header GN template which was introduced in CL:5490693. BUG=None TEST=sudo emerge libchrome Change-Id: I33cf8275502963788169ef9ed74806f430909942 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/libchrome/+/5504598 Reviewed-by: Grace Cham <hscham@chromium.org> Tested-by: Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org>
Diffstat (limited to 'base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/ref_counted.h')
-rw-r--r--base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/ref_counted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/ref_counted.h b/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/ref_counted.h
index 0932f496ba..2f06b6186b 100644
--- a/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/ref_counted.h
+++ b/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/ref_counted.h
@@ -5,7 +5,7 @@
#ifndef PARTITION_ALLOC_PARTITION_ALLOC_BASE_MEMORY_REF_COUNTED_H_
#define PARTITION_ALLOC_PARTITION_ALLOC_BASE_MEMORY_REF_COUNTED_H_
-#include "build/build_config.h"
+#include "partition_alloc/build_config.h"
#include "partition_alloc/partition_alloc_base/atomic_ref_count.h"
#include "partition_alloc/partition_alloc_base/check.h"
#include "partition_alloc/partition_alloc_base/compiler_specific.h"