blob: bbfa8a35cbd0c59952ab54c46627aacbafe107e2 [file] [log] [blame]
mark a. foltzeca304d2023-01-25 13:45:44 -08001// Copyright 2023 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef PLATFORM_BASE_BYTE_VIEW_H_
6#define PLATFORM_BASE_BYTE_VIEW_H_
7
mark a. foltzcf5b8ca2023-02-07 14:44:54 -08008// Backwards-compatibility header for ByteView. This will be removed once
9// downstream includes are updated.
mark a. foltzeca304d2023-01-25 13:45:44 -080010
mark a. foltzcf5b8ca2023-02-07 14:44:54 -080011#include "platform/base/span.h"
mark a. foltzeca304d2023-01-25 13:45:44 -080012
13#endif // PLATFORM_BASE_BYTE_VIEW_H_