// 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 PLATFORM_BASE_BYTE_VIEW_H_ | |
#define PLATFORM_BASE_BYTE_VIEW_H_ | |
// Backwards-compatibility header for ByteView. This will be removed once | |
// downstream includes are updated. | |
#include "platform/base/span.h" | |
#endif // PLATFORM_BASE_BYTE_VIEW_H_ |