blob: 23c7b5bffb24ca16992c818e8ca51d098459e4bb [file] [log] [blame]
Karl Wiberge2a83ee2015-10-26 19:51:29 +01001/*
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
kwiberg529662a2017-09-04 05:43:17 -070011// This header is for backwards compatibility only, and will be removed soon.
12// Include webrtc/api/array_view.h instead.
13
Henrik Kjellanderc0362762017-06-29 08:03:04 +020014#ifndef WEBRTC_RTC_BASE_ARRAY_VIEW_H_
15#define WEBRTC_RTC_BASE_ARRAY_VIEW_H_
Karl Wiberge2a83ee2015-10-26 19:51:29 +010016
kwiberg529662a2017-09-04 05:43:17 -070017#include "webrtc/api/array_view.h"
Karl Wiberge2a83ee2015-10-26 19:51:29 +010018
Henrik Kjellanderc0362762017-06-29 08:03:04 +020019#endif // WEBRTC_RTC_BASE_ARRAY_VIEW_H_