commit | 105711e9ad318f659c0cc061aa683fc656dd91f0 | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Tue Jun 14 15:48:26 2022 +0200 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 15 09:47:38 2022 +0000 |
tree | 37f8eacfba5559207e8f02d2a26063e1c4381c1f | |
parent | 7ef4f514c51b6ed7050f08f76698e4e6a77949b3 [diff] [blame] |
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}
diff --git a/modules/audio_processing/audio_processing_builder_impl.cc b/modules/audio_processing/audio_processing_builder_impl.cc index 79c6fbf..a246448 100644 --- a/modules/audio_processing/audio_processing_builder_impl.cc +++ b/modules/audio_processing/audio_processing_builder_impl.cc
@@ -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 {