mark a. foltz | eca304d | 2023-01-25 13:45:44 -0800 | [diff] [blame] | 1 | // 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. foltz | cf5b8ca | 2023-02-07 14:44:54 -0800 | [diff] [blame^] | 8 | // Backwards-compatibility header for ByteView. This will be removed once |
| 9 | // downstream includes are updated. |
mark a. foltz | eca304d | 2023-01-25 13:45:44 -0800 | [diff] [blame] | 10 | |
mark a. foltz | cf5b8ca | 2023-02-07 14:44:54 -0800 | [diff] [blame^] | 11 | #include "platform/base/span.h" |
mark a. foltz | eca304d | 2023-01-25 13:45:44 -0800 | [diff] [blame] | 12 | |
| 13 | #endif // PLATFORM_BASE_BYTE_VIEW_H_ |