Move array_view.h to webrtc/api/

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}
This commit is contained in:
kwiberg
2017-09-04 05:43:17 -07:00
committed by Commit Bot
parent 2c7b7a633f
commit 529662a44c
120 changed files with 416 additions and 343 deletions

View File

@ -11,7 +11,7 @@
#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_RMS_LEVEL_H_
#define WEBRTC_MODULES_AUDIO_PROCESSING_RMS_LEVEL_H_
#include "webrtc/rtc_base/array_view.h"
#include "webrtc/api/array_view.h"
#include "webrtc/rtc_base/optional.h"
#include "webrtc/typedefs.h"