Move rtc::make_ref_counted to api/

Bug: webrtc:12701
Change-Id: If49095b101c1a1763c2a44a0284c0d670cce953f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/265390
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37219}
This commit is contained in:
Niels Möller
2022-06-14 15:48:26 +02:00
committed by WebRTC LUCI CQ
parent 7ef4f514c5
commit 105711e9ad
154 changed files with 172 additions and 278 deletions

View File

@ -8,12 +8,11 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "modules/audio_processing/include/audio_processing.h"
#include <memory>
#include "api/make_ref_counted.h"
#include "modules/audio_processing/audio_processing_impl.h"
#include "rtc_base/ref_counted_object.h"
#include "modules/audio_processing/include/audio_processing.h"
namespace webrtc {