We use ArrayView in our public API, so its header should be in webrtc/api/. BUG=none Review-Url: https://codereview.webrtc.org/3007763002 Cr-Commit-Position: refs/heads/master@{#19658}
20 lines
687 B
C
20 lines
687 B
C
/*
|
|
* 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_
|