// Copyright 2023 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "testing/allocator_shim_config.h" #include "core/fxcrt/check.h" #include "partition_alloc/dangling_raw_ptr_checks.h" #include "partition_alloc/partition_alloc_buildflags.h" #include "partition_alloc/shim/allocator_shim_default_dispatch_to_partition_alloc.h" namespace pdfium { void ConfigurePartitionAllocShimPartitionForTest() { … } } // namespace pdfium