Karl Wiberg | e2a83ee | 2015-10-26 19:51:29 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2015 The WebRTC Project Authors. All rights reserved. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license |
| 5 | * that can be found in the LICENSE file in the root of the source |
| 6 | * tree. An additional intellectual property rights grant can be found |
| 7 | * in the file PATENTS. All contributing project authors may |
| 8 | * be found in the AUTHORS file in the root of the source tree. |
| 9 | */ |
| 10 | |
kwiberg | 529662a | 2017-09-04 05:43:17 -0700 | [diff] [blame] | 11 | // This header is for backwards compatibility only, and will be removed soon. |
| 12 | // Include webrtc/api/array_view.h instead. |
| 13 | |
Henrik Kjellander | c036276 | 2017-06-29 08:03:04 +0200 | [diff] [blame] | 14 | #ifndef WEBRTC_RTC_BASE_ARRAY_VIEW_H_ |
| 15 | #define WEBRTC_RTC_BASE_ARRAY_VIEW_H_ |
Karl Wiberg | e2a83ee | 2015-10-26 19:51:29 +0100 | [diff] [blame] | 16 | |
kwiberg | 529662a | 2017-09-04 05:43:17 -0700 | [diff] [blame] | 17 | #include "webrtc/api/array_view.h" |
Karl Wiberg | e2a83ee | 2015-10-26 19:51:29 +0100 | [diff] [blame] | 18 | |
Henrik Kjellander | c036276 | 2017-06-29 08:03:04 +0200 | [diff] [blame] | 19 | #endif // WEBRTC_RTC_BASE_ARRAY_VIEW_H_ |