blob: bbfa8a35cbd0c59952ab54c46627aacbafe107e2 [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 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_