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:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user