webrtc_m130/webrtc/rtc_base/array_view.h

20 lines
687 B
C
Raw Normal View History

/*
* Copyright 2015 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
// This header is for backwards compatibility only, and will be removed soon.
// Include webrtc/api/array_view.h instead.
#ifndef WEBRTC_RTC_BASE_ARRAY_VIEW_H_
#define WEBRTC_RTC_BASE_ARRAY_VIEW_H_
#include "webrtc/api/array_view.h"
#endif // WEBRTC_RTC_BASE_ARRAY_VIEW_H_