// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_DISK_DATA_METADATA_H_ #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_DISK_DATA_METADATA_H_ #include <stddef.h> #include <stdint.h> #include <memory> #include "base/memory/raw_ptr.h" #include "third_party/blink/renderer/platform/platform_export.h" namespace blink { class DiskDataAllocator; class PLATFORM_EXPORT DiskDataMetadata { … }; class PLATFORM_EXPORT ReservedChunk { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_RENDERER_PLATFORM_DISK_DATA_METADATA_H_