blob: 62184f9ab8164d47df20c22ceb75c18227fe5237 [file] [log] [blame]
// Copyright 2022 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_REF_H_
#define BASE_MEMORY_RAW_REF_H_
#include "base/compiler_specific.h"
// Although `raw_ref` 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 "partition_alloc/pointers/raw_ref.h" // IWYU pragma: export
#endif // BASE_MEMORY_RAW_REF_H_