blob: 158c6e9a17864ca10070f7588be82e1264110178 [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
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020014#ifndef RTC_BASE_ARRAY_VIEW_H_
15#define RTC_BASE_ARRAY_VIEW_H_
Karl Wiberge2a83ee2015-10-26 19:51:29 +010016
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020017#include "api/array_view.h"
Karl Wiberge2a83ee2015-10-26 19:51:29 +010018
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020019#endif // RTC_BASE_ARRAY_VIEW_H_