1 // Copyright 2023 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #include "partition_alloc/shim/allocator_shim.h"
6 #include "partition_alloc/shim/allocator_shim_functions.h"
7 #include "partition_alloc/shim/checked_multiply_win.h"
8 
9 // Cross-checks.
10 #if !defined(COMPONENT_BUILD) || !BUILDFLAG(IS_WIN)
11 #error This code is only for Windows component build.
12 #endif
13