[go: nahoru, domu]

blob: 06bc61a1aa38e070bc58239e32d0b80959cb898f [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_MEMORY_RAW_PTR_CAST_H_
#define BASE_MEMORY_RAW_PTR_CAST_H_
// Although `raw_ptr` is part of the standalone PA distribution, it is
// easier to use the shorter path in `//base/memory`. We retain this
// facade header for ease of typing.
#include "base/allocator/partition_allocator/pointers/raw_ptr_cast.h" // IWYU pragma: export
#endif // BASE_MEMORY_RAW_PTR_CAST_H_